Hi Folks,

I've been running a website on php/mysql database for about a year now. I typically enter data using the phpmyadmin package. The other day I attempted to add some data but it appeared to phpmyadmin that there were no tables in my database. I connected to mysql using the commandline client and issued a "show tables" statement on my database, which came back with an empty set. However, if I run a select statement against tables I know should be there, I get results. So the data is still there, I just can't see the tables. Does anyone have any idea what might be causing this? I am the only one who has access to the database so the priveleges for the user should not have changed. I created an additional user with
"Grant all privileges on *.* to 'user'@'host' identified by 'password' with grant option;"
and attempted to view the tables with that user, with the same results.


Any ideas?

mysql version is: Ver 11.18 Distrib 3.23.55, for pc-linux (i686)

Thanks.
Jason

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to