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 command I get 
JH> #mysql -u root mysql
JH> mysql> GRANT ALL ON *.* TO root@localhost
JH>     -> IDENTIFIED BY 'password' WITH GRANT OPTION;
JH> ERROR 1047: Unknown command

JH> Any idea? Thanks!

If you started mysqld with --skip-grant-tables, you can do FLUSH
PRIVILEGES or run "mysqladmin reload". Look at: 
http://www.mysql.com/doc/R/e/Resetting_permissions.html





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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