Nachdem mit diesem Befehl Einstellung Passwort:MySQL root @ localhost, [email protected] und root @ :: 1 haben unterschiedliche Passwörter - ist das normal?
mysqladmin.exe --user=root password <my_password>
Ich sehe drei Zeilen in Benutzertabelle für Benutzer "root": http://i.stack.imgur.com/Y4Rkd.jpg und root @ localhost Passwort hat, während [email protected] und root @ :: 1 habe kein Passwort.
Bedeutet das, dass ich für jede dieser Zeilen 3-mal ein Passwort festlegen muss? d. h .:
mysqladmin.exe --user=root host=localhost password <my_password>
mysqladmin.exe --user=root host=127.0.0.1 password <my_password>
mysqladmin.exe --user=root host=::1 password <my_password>
Ist das normal?