GRANT command (ERROR 1047)

2002-02-13 Thread Egor Egorov
Joachim, Thursday, February 07, 2002, 11:18:43 AM, you wrote: JH I am using the following versions of mysql on suse linux 7.2: JH frontend: mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) JH server: version 3.23.47 JH If I try to use the GRANT

AW: GRANT command (ERROR 1047)

2002-02-13 Thread Joachim Hörnle
- Von: Diego, Emil [SMTP:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 7. Februar 2002 22:00 An: '[EMAIL PROTECTED]' Betreff: RE: GRANT command (ERROR 1047) =20 Try this =20 GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'password'=20 WITH GRANT OPTION =20 Emil =20

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-08 Thread Egor Egorov
Joachim, Thursday, February 07, 2002, 11:18:43 AM, you wrote: JH I am using the following versions of mysql on suse linux 7.2: JH frontend: mysql Ver 11.15 Distrib 3.23.47, for pc-linux-gnu (i686) JH server: version 3.23.47 JH If I try to use the GRANT

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
: Diego, Emil [SMTP:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 7. Februar 2002 22:00 An: '[EMAIL PROTECTED]' Betreff: RE: GRANT command (ERROR 1047) Try this GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'password' WITH GRANT OPTION Emil -Original