Problem after switching from MySQL4 to MySQL5
Posted: Tue Jul 16, 2013 12:50 am
Today I dumped the database from an existing installation from a MySQL4 database to a MySQL5 database. All the data went over successfully, I can connect to the database, browse the tables and rows. It's all there.
I've verified the DB username and password. I switched over the config.php to the new database information, and the main page of the site loads. However, clicking on items that normally pull data, pull nothing, just whitespace. There are no database errors on the site. Switching back to the MySQL4 database server, and everything works fine.
PHP is and has been version 5.4, no change there.
I've done this many times with other software and have never come across this problem. Does anyone have any insight on this? Losing my mind. Thanks.
I've verified the DB username and password. I switched over the config.php to the new database information, and the main page of the site loads. However, clicking on items that normally pull data, pull nothing, just whitespace. There are no database errors on the site. Switching back to the MySQL4 database server, and everything works fine.
PHP is and has been version 5.4, no change there.
I've done this many times with other software and have never come across this problem. Does anyone have any insight on this? Losing my mind. Thanks.