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;
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;