Projet

Général

Profil

Scénario #32429

Mis à jour par Gilles Grandgérard il y a presque 3 ans

Correction SCRIBE-T10-010 - Adminer : connexion et utilisation - Amonecole (2.8.1-RC1)

h3. Pas №6

"acces denied root@localhost"
cf snapshot

normal car 192.0.2.1 n'est pas localhost !
<pre>
root@amonecole:~# mysql_pwd.py eole21 no
## Réinitialisation du mot de passe root Mysql ##
CREATE USER IF NOT EXISTS 'root'@'192.0.2.1';
ALTER USER IF EXISTS 'root'@'192.0.2.1' IDENTIFIED BY 'eole21';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.0.2.1' WITH GRANT OPTION;
flush privileges;
## Mot de passe modifié avec succès ##
</pre>

h3. Exécution Squash-TM

* https://dev-eole.ac-dijon.fr/squash/executions/12442

Retour