[PHP-DB] Grant statement

2001-09-24 Thread its me
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

RE: [PHP-DB] Grant statement

2001-09-24 Thread Rick Emery
no, if all you wan the user to do is to read/write data -Original Message- From: its me [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 5:03 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Grant statement GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON database_name

RE: [PHP-DB] Grant statement

2001-09-24 Thread Jason Wong
Subject: [PHP-DB] Grant statement 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

[PHP-DB] Grant statement

2001-09-10 Thread its me
do i need to write thr Grant statement to allow users to a have access to database(mysql)? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail:

RE: [PHP-DB] Grant statement

2001-09-10 Thread Rick Emery
, 2001 7:38 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Grant statement do i need to write thr Grant statement to allow users to a have access to database(mysql)? -- PHP