我现在已经破坏并重建了几次水滴。基本上在通过SSH创建Droplet并将root密码更改为我自己选择之后,我想使用' mysql -u root -p'设置MySQL数据库。 - 它要求我输入我的密码,我当然输入密码然后收到回复' ERROR 1045(28000):拒绝访问用户&root;' @' localhost' (使用密码:是)'。我使用正确的密码??
请注意我在DigitalOcean上使用WordPress一键安装
谢谢!尼克。
答案 0 :(得分:1)
试试这个
~$ mysql -u root -p
Enter Password:
mysql> grant all privileges on *.* to bill@localhost identified by 'pass' with grant option;
答案 1 :(得分:0)
MySQL和Wordpress用户的密码已保存到:
/root/.digitalocean_password
或在终端中写入以查看密码:
cat /root/.digitalocean_password