Terminal $ mysql -v
ERROR 1045 (28000): Access denied for user 'zhangrui'@'localhost' (using password: NO)
How to solve this? Please give me more details. My name is Dabai.
淡淡烟草味2017-05-18 10:56:07
You use mysql -u 数据库登录名 -p
然后输入你的密码,看可以进入数据库吗?我在我的 ubuntu
上使用 mysql -v
显示的和你的一样 电脑使用者@localhost
。或者使用 mysql --version
查看版本。如果使用 mysql -V
-V
是大写的 V
.
阿神2017-05-18 10:56:07
Login without adding a user will automatically identify your current system user.
You need mysql -uroot -ppassword to log in. The password uQ>=qkdb was told to you during installation. . This is it