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-----
> 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
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 07, 2002 4:19 AM
> To: [EMAIL PROTECTED]
> Subject: GRANT command (ERROR 1047)
>=20
>=20
> 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) =20
> server:               version          3.23.47=20
>=20
> If I try to use the GRANT command I get=20
> #mysql -u root mysql
> mysql> GRANT ALL ON *.* TO root@localhost
>     -> IDENTIFIED BY 'password' WITH GRANT OPTION;
> ERROR 1047: Unknown command
>=20
> Any idea? Thanks!
>=20
>=20
>=20
>=20
>=20
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>=20
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to