QuickPayPro tech tip

If you, like me, had problems setting up the MySQL databases (errors with the MyISAM line), edit the sql files with a text editor and change the lines that say:

ENGINE=MyISAM DEFAULT CHARSET=latin1;

to read:

TYPE=MyISAM;




You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.