actually you are already using mysql.
what you need to do is specify a database to use.
to see the available databases, type
show databases;
then type
use <db name>
note, no ";"
if none of the existing databases are appropriate you must create a
database. but this is another chapter.
hth
At 02:38 PM 7/7/01 +0000, you wrote:
>Hi everybody
>
>I am still having problem.. please help
>
>I am able to connect to my remote mysql server
>but fail to create, user any database ...
>
>I let you know step by step.. what I have done
>
>1. First I have connected to my remote server through
>Telnet.....
>
>After becoming root...
>I had supplied following command...
>
>2. mysql -h mydomainname -u root -p
>
>it prompts for password : it is blank so I just pressed enter. and Mysql
>prompt appeared..
>mysql >
>Then I typed
>
>3. mysql> use mysql;
>
>Result : -
>
>ERROR 1045 Access deneid for user [EMAIL PROTECTED] <using password : no>
>
>Can you please help me in this regards?
>
>Thanks
>
>Anoop
>
>
>
>
>____________________________________________________
>Buy Feng Shui Package for Rs. 151/- only, at
>http://shopping.rediff.com/shopping/fengshui_mailer.htm
>
>
>
>
>---------------------------------------------------------------------
>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
----------
tom marlin
[EMAIL PROTECTED]
fax / voice mail: 714 507 3802 ext 4881
Never be afraid to try something new. Remember that
- amateurs built the ark.
- professionals built the Titanic.