Random Posted March 31, 2003 Share Posted March 31, 2003 Is there a way to print out on a page thruogh a PHP script all of the Databases and Tables in a MySQL server that is under a specific username/password? Thanks in advance Quote Link to comment Share on other sites More sharing options...
DocSeuss Posted April 2, 2003 Share Posted April 2, 2003 http://www.php.net/manual/en/ref.mysql.php specifically mysql_list_dbs(); mysql_list_tables(); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.