The follow lines will 
->list DBs
->allow to select one
->list tables under the selected DB



mysql> show databases;
mysql> use <databasenamehere>
mysql> show tables;


hope this helped!







-----Original Message-----
From: David Grant [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 12:21 PM
To: My SQL Mailing List
Subject: mysql not supporting php.



"mysql support is not available to php on this server"

This is the error I receive. MySQL is working fine, but I need to know
how get php working with sql.

Also, does anyone know the command to list all the db's? thanks.

Dave



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to