You are creating a database, not a table, hence there are still no tables available in PHPMyAdmin.
Once the database is created (which you say you can see correctly), simply select it and then create a table using PHPMyAdmin (or MySQL if preferred). Try this, and then see if it appears (which it obviously should do!). "Marcus Van Wyk" <[EMAIL PROTECTED]> wrote in message 005301c273f0$ca6d4820$[EMAIL PROTECTED]">news:005301c273f0$ca6d4820$[EMAIL PROTECTED]... Hi there I've just gone and setup PhpMyAdmin I've done what the install file told me to do. And as soon as I load the index.php to the browser I see the DB e.g MySQL test as soon as I click on one of them it replies saying No tables found in database this is the same for MySQL and test. I do this on command line and it's working fine. MySQL -u user -p password it connects MySQL >show databases MySQL test MySQL> create database test2; Query OK, 1 row affected (0.09 sec ) any ideas why I can't select within browser. I was thinking that it might be a read write problem but MySQL dir is read right to everyone as a test to see but it still doesn't work Any advise would be appreciated Marcus ========================================================== This message contains information intended for the perusal, and/or use (if so stated), by the stated addressee(s) only. The information is confidential and privileged. If you are not an intended recipient, do not peruse, use, disseminate, distribute, copy or in any manner rely upon the information contained in this message (directly or indirectly). The sender and/or the entity represented by the sender shall not be held accountable in the event that this prohibition is disregarded. If you receive this message in error, notify the sender immediately by e-mail, fax or telephone representations contained in this message, whether express or implied, are those of the sender only, unless that sender expressly states them to be the views or representations of an entity or person, who shall be named by the sender and who the sender shall state to represent. No liability shall otherwise attach to any other entity or person. ========================================================== -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php