Hello everyone:
    After I have successfully installed mysql server 3.23.37 and connect 
to it and do some operations.but I have found that there is a security 
hole that other users can use "mysql" database !!!.

And I have started the server like that:
bin/safe_mysqld -Sg &

then
mysql>grant all privileges on *.* to "root"@"localhost"
      >identified by "the_new_password"
      >\G
ERROR 1047: Unknown command

So would anyone explain to me how can I setup up a good privileges of 
mysql server.Thx


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