[EMAIL PROTECTED] wrote:
> I recently downloaded MySQL v3.23 on my Windows 2000 laptop.  When I try to
> create a database at the mysql> prompt, I get the message "Error 1044:
> Access denied for user '@localhost' to database xxxxxx."  I originally
> assigned a username and password when I first ran the WinMySQL admin 1.4
> tool.  I tried changing this as well, but still no luck.  Please help.

This error means that you connect as anonymous user. Use -u option of mysql to connect 
as a root user and create new users:
        shell> mysql -uroot

Here you can find info how to change password, add new user, set up privileges:
        http://www.mysql.com/doc/en/Default_privileges.html
        http://www.mysql.com/doc/en/Passwords.html
        http://www.mysql.com/doc/en/Adding_users.html
        http://www.mysql.com/doc/en/GRANT.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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