AW: GRANT command (ERROR 1047)

2002-02-13 Thread Joachim Hörnle
Thanks, but it was just a typo. And I tried it again, but with the same = result. It's really a strange installation. mysql GRANT ALL PRIVILEGES ON *.* TO root@localhost - IDENTIFIED BY 'salach01' WITH GRANT OPTION; ERROR 1047: Unknown command JoacHim -Urspr=FCngliche Nachricht-

GRANT command (ERROR 1047)

2002-02-11 Thread Joachim Hörnle
I am using the following versions of mysql on suse linux 7.2: frontend: mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) server: version 3.23.47 If I try to use the GRANT command I get #mysql -u root mysql mysql GRANT ALL ON *.* TO root@localhost -

GRANT command (ERROR 1047)

2002-02-07 Thread Joachim Hörnle
I am using the following versions of mysql on suse linux 7.2: frontend: mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) server: version 3.23.47 If I try to use the GRANT command I get #mysql -u root mysql mysql GRANT ALL ON *.* TO root@localhost -

AW: GRANT command (ERROR 1047)

2002-02-07 Thread Joachim Hörnle
Thanks, but it was just a typo. And I tried it again, but with the same result. It's really a strange installation. mysql GRANT ALL PRIVILEGES ON *.* TO root@localhost - IDENTIFIED BY 'salach01' WITH GRANT OPTION; ERROR 1047: Unknown command JoacHim -Ursprüngliche Nachricht-

mysql access control

2002-01-28 Thread Joachim Hörnle
The mysql access control is drinving me crazy. I have installed MySQL Version 3.23.47 on Suse Linux 7.2 (Kernel 2.4.4) After the installation of mysql I run the mysql_install_db script I could change the passwords for root so I reset the GRANT table using ../safe_mysqld --skip-grant-tables