Forum Moderators: travelin cat

Message Too Old, No Replies

error of starting mysql

         

begeiste

12:52 am on Jul 23, 2004 (gmt 0)

10+ Year Member



Dear Sir: I have no idea of error message 1044.

[Charlton:/usr/local/mysql] lukicd% sudo ./bin/mysqld_safe &
[1] 540
[Charlton:/usr/local/mysql] lukicd% Starting mysqld daemon with databases from /usr/local/mysql/data
/usr/local/mysql/bin/mysql test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.18-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql;
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
mysql> CREATE DATABASE dreamweavermx;
ERROR 1044: Access denied for user: '@localhost' to database 'dreamweavermx'
mysql>