View Single Post
  #2  
Old 04-05-2004, 08:08 AM
Dave987
Discordant
 
Join Date: Jun 2003
Location: England
Posts: 267
Default Re: HOWTO: Give someone else access to your db to edit

Quote:
Originally Posted by xtestx
Code:
grant all privileges to *.* on username@ip identified by password with grant option;
Should be

Code:
grant all privileges on *.* to username@ip identified by password with grant option;
__________________
;o)
Reply With Quote