Bonjour,
Je me suis connecté à ma base de données par une connexion distante via le Shell Xampp puisque je suis sur cPanel.
J’ai saisi les instructions qui se sont effectuées avec succès, mais je constate que le mot de passe n’est réinitialisé avec admin et nom d’utilisateur admin.
Voici ce que j‘ai fait :
Setting environment for using XAMPP for Windows.
DENIS@MYDENIS c:\xampp
mysql -h MonIP -u MonUtilisateur -p
Enter password: ****************
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 14371896
Server version: 10.11.10-MariaDB-cll-lve MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> USE MyDatabase
Database changed
MariaDB [MyDatabase]> UPDATE staff
-> SET PASSWORD='$6$dc51290a001671c6$97VSmw.Qu9sL6vpctFh62/YIbbR6b3DstJJxPXal2OndrtFszsxmVhdQaV2mJvb6Z38sPACXqDDQ7/uquwadd.'
-> WHERE USERNAME='admin';
Query OK, 0 rows affected (0.123 sec)
Rows matched: 0 Changed: 0 Warnings: 0
Merci de vote assistance.