amol,
Thursday, March 21, 2002, 10:17:53 AM, you wrote:

as> Hi all . I am on a Linux 6.2 client and accessing MySql directly on 
as> the server. I have connected to server using Telnet. I am at mysql> 
as> prompt 
as> and when I say show databases ; it showing me the databases over 
as> there. However how can I connect to these databases. I used connect 
as> comand but it's not working

Use following commant:
    USE database_name;

You can also use connection string:
    mysql -u your_user -p your_database


as> Amol




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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