安装后sudo apt-get install mysql-server
mysqladmin -u root password db_user_password
===================================================================
thorium@localhost:~$ mysql
ERROR 1045 (28000): Access denied for user 'thorium'@'localhost' (using password: NO)
thorium@localhost:~$
===================================================================
thorium@localhost:~$ mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
thorium@localhost:~$
===================================================================
进不去mysql>提示符,怎么回事?谢谢