誰か、俺の質問を受けてくれないかな?

root のパスワードを設定したんだ。しかし、その後なぜか拒否される。

それで、mysqlを確認してみようと思いmysqlユーザで接続した。

[root@localhost etc]# mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
[root@localhost etc]# mysql -u mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.25-standard

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

mysql> show databases;
+----------+
| Database |
+----------+
| test |
+----------+
1 row in set (0.00 sec)

mysql>

あれ、mysqlデータベースがないじゃないか!

さて、どうしたらいいんだおるか?