c s wrote:

Dear friends,

I have a question about mysql.

I installed mysql on windows 2000, after I started the mysql, I tried to create a 
database, but I was denied, I got message:

mysql> show databases;
+----------+
| Database |
+----------+
| test     |
+----------+
1 row in set (0.00 sec)
mysql> CREATE DATABASE menagerie;
ERROR 1044: Access denied for user: '@localhost' to database 'menagerie'

You did not start mysql as root.
mysql -u root



I have read the documentation again and again, it show I can create a host file, but 
ite does not say what kind file it is and where I should put it.   How can I fix it?

Read the section of the manual on permissions.



Thank you for your help

Luke Sui


---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger





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



Reply via email to