MySQL Forums
Forum List  »  Newbie

Re: unable to connet to database throught MYSQL -FRONT
Posted by: Ramalingam Chelliah
Date: August 23, 2004 04:24AM

Hi,
Did you select any database?

mysql>show databases;
This shows all databases accessible by you.

mysql>use <dbname>;

mysql>use test

This will select 'test' database.

If this is not what you require then give us more details....
(like output of 'show databases;' query ...)

Hope this helps....
Regards,
Ram.



We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
Re: unable to connet to database throught MYSQL -FRONT
August 23, 2004 04:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.