"Shane Korosec" <[EMAIL PROTECTED]> wrote:
> I have recently installed MySQL my mac running OS X 10.3 and can connect to 
> MySQL using the command:
> /Library/MySQL/bin/mysql
> However, once connected, I have tried to create a database and  received the 
> error message:
> ERROR 1044: Access denied for user: '@localhost' to database  'new_database'

You connected as anonymous user ('') that doesn't have appropriate privileges.
> 
> I have exited and tried connecting using the command:
> sudo /Library/MySQL/bin/mysql
> and received the error message:
> ERROR 1045 - Access denied for user: '[EMAIL PROTECTED]' (Using password:  NO)

Use -p option of mysql client to specify root password:
        http://www.mysql.com/doc/en/Connecting-disconnecting.html

> 
> I am a relatively inexperienced MySQL user, so what can I do so I can manage 
> my database? Any suggestions will be greatly appreciated.


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





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to