We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0cf88 commit 676cd4cCopy full SHA for 676cd4c
markdown-file/WordPress-Install-And-Settings.md
@@ -58,8 +58,7 @@ systemctl restart mysqld.service
58
- `UPDATE user SET authentication_string=PASSWORD('新密码') where USER='root';FLUSH PRIVILEGES;`
59
- `GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '上一步的新密码' WITH GRANT OPTION;`
60
- `systemctl restart mysqld.service`
61
-- 试一下:`mysql -h localhost -u root -p`
62
-- 然后输入密码,输入:`select 1;`
+- 试一下:`mysql -h localhost -u root -p` 然后输入密码,在 MySQL 终端输入:`select 1;`
63
- 如果报:`You must reset your password using ALTER USER statement before executing this statement`
64
- `set password = password('新密码');`
65
0 commit comments