Paul Linehan writes:
>  
> 
> OK - fair enough - two questions though.
> 
> 
> Can I just hand delete the records that I manually inserted?
> 

If you are brave and sure in yourslef.

> 
> What is the syntax of the grant?
> 

This is properly described in our fine manual.

> 
> I log on as the root to the MySQL db and then I want to grant a user "root" 
> password, "new_password" all possible privilges from a machine with
> ip_address 
> of xx.yy.zz.aa and all of this on a database called "bugs".
> 
> Grant all to root on bugs?
> 

grant all on bugs.* to [EMAIL PROTECTED] identified by "new_password"

> 
> Thanks for the help so far.
> 
> 
> 
> Paul...
> 
> 
-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   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

Reply via email to