kann mir hier bitte jemand weiterhelfen? Ich habe keine Ahnung wie man das Passwort für MySQL ändern kann. Ich habe die Installation durchgeführt mit:
Code: Alles auswählen
yum install mysql
Code: Alles auswählen
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h headnode1 password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
Code: Alles auswählen
[root@headnode1 ~]# /usr/bin/mysqladmin -u root password '111111'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
[root@headnode1 ~]#
Code: Alles auswählen
/usr/bin/mysqladmin password '111111'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
[root@headnode1 ~]#
Auch mit Angabe des Hostnames:
[code]/usr/bin/mysqladmin -h headnode1 password '111111'
hängt die Kiste dann ewig.
Das ist die Meldung die kommt:
--> Executing: /etc/init.d/mysqld start
Starting MySQL: [ OK ]
================================================================
Your MySQL has already setup the root password.
To proceed, please enter your root password of MySQL:
The password is not correct!!! Please try it again.
To proceed, please enter your root password of MySQL:
The password is not correct!!! Please try it again.
To proceed, please enter your root password of MySQL:
Danke euch.
Gruß Hermann