correction typo

This commit is contained in:
emorino 2017-12-14 18:16:18 +01:00
parent 163e8d135f
commit 861a4a6331

View file

@ -535,8 +535,8 @@ Se connecter à l'instance avec l'utilisateur root, créer l'utilisateur mysqlad
~~~
# mysql -u root -P3308
MariaDB [(none)]> create user mysqladmin@localhost identified by 'VDDxUhT5HD3mbcct';
MariaDB [(none)]> grant all on *.* to mysqladmin@localhost identified by 'VDDxUhT5HD3mbcct';
MariaDB [(none)]> CREATE USER mysqladmin@localhost IDENTIFIED BY 'VDDxUhT5HD3mbcct';
MariaDB [(none)]> GRANT ALL ON *.* to mysqladmin@localhost IDENTIFIED BY 'VDDxUhT5HD3mbcct';
~~~
Enfin supprimé l'utilisateur root :