Afrow UK
02-07-2007, 08:54 PM
I've built my database using phpMyAdmin 2.8.0.4. The server has MySQL 5.0.26 installed. My problem is that when I access my database from a PHP script, it can't see any tables!
I created 4 tables using phpMyAdmin, but querying the database with SHOW TABLES returns no results from my PHP script. The same query in phpMyAdmin does show the 4 tables.
So, I then created a table through PHP, but that table did not appear under the phpMyAdmin page.
Any ideas? Have a missed something here :S
I created 4 tables using phpMyAdmin, but querying the database with SHOW TABLES returns no results from my PHP script. The same query in phpMyAdmin does show the 4 tables.
So, I then created a table through PHP, but that table did not appear under the phpMyAdmin page.
Any ideas? Have a missed something here :S