Forum Moderators: travelin cat
[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>