Update debug-reset_pw.md
Dieser Commit ist enthalten in:
Ursprung
0067840f67
Commit
3730e1a5c1
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -69,9 +69,9 @@ MariaDB [(none)]> SELECT user FROM mysql.user;
|
||||||
2 rows in set (0.00 sec)
|
2 rows in set (0.00 sec)
|
||||||
|
|
||||||
MariaDB [(none)]> FLUSH PRIVILEGES;
|
MariaDB [(none)]> FLUSH PRIVILEGES;
|
||||||
MariaDB [(none)]> ALTER USER 'mailcow'@'%' IDENTIFIED BY 'FB6RsEqbfxjc10MqVt5hGpf3zk0F';
|
MariaDB [(none)]> ALTER USER 'mailcow'@'%' IDENTIFIED BY 'mookuh';
|
||||||
MariaDB [(none)]> ALTER USER 'root'@'%' IDENTIFIED BY 'kRFU4SG9ZTWAS7vMd3Nh4uTkk7Ns';
|
MariaDB [(none)]> ALTER USER 'root'@'%' IDENTIFIED BY 'gotr00t';
|
||||||
MariaDB [(none)]> ALTER USER 'root'@'localhost' IDENTIFIED BY 'kRFU4SG9ZTWAS7vMd3Nh4uTkk7Ns';
|
MariaDB [(none)]> ALTER USER 'root'@'localhost' IDENTIFIED BY 'gotr00t';
|
||||||
MariaDB [(none)]> FLUSH PRIVILEGES;
|
MariaDB [(none)]> FLUSH PRIVILEGES;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren