This commit is contained in:
emorino 2017-12-14 18:14:26 +01:00
parent c96a1053a0
commit 163e8d135f

View file

@ -520,7 +520,7 @@ Démarré l'instance avec toutes les options du *ps auwx* et ajouter l'option *-
Se connecter à l'instance, et y attribuer un mot de passe root :
~~~
MariaDB [(none)]> UPDATE user SET password=PASSWORD("VDDxUhT5HD3mbcct") WHERE User='root';
MariaDB [(none)]> UPDATE user SET password=PASSWORD("password") WHERE User='root';
~~~
Arrêter l'instance démarrée avec l'option *--skip-grant-tables* et demarré l'instance normalement :