GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP
           ON database_name.*
           TO username@localhost
           IDENTIFIED BY 'password';


  do i write this is my php file???
and is this its right syntax just put it like this??as i know i put like this when 
using the command line..but in my php file!!i don't know.
my host created the databse for me and gave me a username and password i used them in 
my scripts...do i still have to use GRANT???



------------------------------------------------------------
------------------------------------------------------------

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to