Thread
:
mysql permission
View Single Post
03-24-2005, 11:43 AM
#
4
(
permalink
)
C.Ingram
Super Techie
Join Date: Mar 2005
Posts: 259
Code:
GRANT <priv> [(columns)] ON <database|*>.<table|*> TO <user> IDENTIFIED BY '<password>';
<priv> is from the list Louis provided. You can also alter the tables in the "mysql" database.
__________________
Christopher Ingram
Principal Consultant,
Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram
View Public Profile
Send a private message to C.Ingram
Visit C.Ingram's homepage!
Find More Posts by C.Ingram