ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

→このエラーはパスワードが設定されているユーザーを使用して MySQL サーバに接続する際に、パスワードを送信しなかった場合にこのエラーが表示されます。
ERROR 1045 (28000) : MySQL でいこう!

LAMPサーバーで構築したMySQLでの入り方はこうらしい。

mysql -u root -p[enter]

これで入ればとりあえず

xxxx@XXXXXXXX:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 36
Server version: 5.0.67-0ubuntu6 (Ubuntu)

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

だそうです。よかったよかった。これでなんとか解決できそうな予感。