Forum Moderators: coopster
I have been using phpmyadmin, and mysql, with Apache on WindowsXP for the past couple of months. Recently, I reorganised (replaced) my hard disk, and at the same time,upgraded PHP and MySQL. Now, using PHPmyAdmin, I get the message "No tables found in database." on **some** of the databases I have been working with, but not all. Using the mySQL command line, everything is OK !
I am also getting "Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.32. This may cause unpredictable behavior." when I logon to phpMyAdmin. Is this part of the problem ?
Where is/are my problems ?
How do I go about solving it/them ?
Thanks.
Some releases of MySQL introduce changes to the structure of the system tables in the mysql database to add new privileges or support new features. When you update to a new version of MySQL, you should update your system tables as well to make sure that their structure is up to dateOld Resource: mysql_fix_privilege_tables — Upgrade MySQL System Tables [dev.mysql.com]
Latest resource: mysql_upgrade — Check Tables for MySQL Upgrade [dev.mysql.com]