From c66700d01679140249d8351c215db74029d964cd Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 27 Mar 2017 11:22:50 +0200 Subject: [PATCH] =?UTF-8?q?amelioration=20cr=C3=A9ation=20utilisateur=20My?= =?UTF-8?q?sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules_EOLE_envole/envole/01-ajout.tex | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules_EOLE_envole/envole/01-ajout.tex b/modules_EOLE_envole/envole/01-ajout.tex index d98c6d4..5c9298c 100644 --- a/modules_EOLE_envole/envole/01-ajout.tex +++ b/modules_EOLE_envole/envole/01-ajout.tex @@ -11,12 +11,10 @@ \item dans l'onglet apache en mode expert, \item ajouter le chemin complet et l'alias, \end{itemize} - \item configuration Mysql : + \item creation d'un utilisateur distinct dans Mysql : \begin{itemize} - \item création d'un utilisateur distinct par application, - \item utiliser le script /usr/share/eole/mysql\_add.py , - \item ou création d'un utilisateur manuellement : - \item GRANT ALL PRIVILEGES ON mydb.* to 'user'@'localhost' identified by 'myPassword' ; + \item soit utiliser le script /usr/share/eole/mysql\_add.py , + \item soit à la maint : GRANT ALL PRIVILEGES ON mydb.* to 'user'@'localhost' identified by 'myPassword' ; \end{itemize} \item configuration du logiciel ; \item prévoir la configuration de la sauvegarde.