Krueger: Linux Server ( Suse 10.1 ) MYSQL einrichten?

Beitrag lesen

mysql has its own password-system. You should set a mysql-root-password with
shell# mysqladmin -u root password yourpassword
(eingeben habe ich:
shell# mysqladmin -u 1234 1234  )

Du hättest
mysqladmin -u root password 1234
eingeben müssen.

Gruß

Krueger