fix presentation

This commit is contained in:
Siltaar 2017-04-02 12:35:35 +02:00
parent 2afe245b55
commit 704d39367c
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ droits sur cette base :
mysql> CREATE DATABASE '<nouvelle_instance>';
mysql> CREATE USER '<nouveau_user>' IDENTIFIED BY '<mot-de-passe>';
mysql> GRANT ALL ON <nouvelle_instance>.* TO '<nouveau_user>'@'localhost';
}}}
***