Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-24-2005, 01:30 AM   #1 (permalink)
 
Super Techie

Join Date: Feb 2004

Posts: 442

linux1880 is on a distinguished road

Send a message via Yahoo to linux1880
Default mysql permission

Can anyone tell me how to modify permission and what are the general permission in mysql, thanks.
linux1880 is offline  
Old 03-24-2005, 10:43 AM   #2 (permalink)
 
True Techie

Join Date: Sep 2004

Posts: 110

Terencentanio

Send a message via AIM to Terencentanio Send a message via Yahoo to Terencentanio
Default

You can do it with the control panel? With cPanel you can choose. With DA it's set to "ALL" by default. Otherwise, no clue. Don't think phpMyAdmin can do it.
__________________
* Your high priced security consultant\'s plane ticket: $1500
* Your high priced security consultant\'s time: $200/hour
* RealSecure nodes all over your company: $200,000
* Getting owned by 0day: Priceless
Terencentanio is offline  
Old 03-24-2005, 11:38 AM   #3 (permalink)
 
Junior Techie

Join Date: Mar 2005

Posts: 55

Louis12

Default

You should be able to do it in cpanel. The privilleges are: ALL, ALTER, CREATE TEMPORARY TABLES, CREATE, DELETE, DROP, SELECT, INSERT, UPDATE, REFERENCES, INDEX and LOCK TABLES.

I do not know how to edit permissions via php, but in your cpanel you should be able to somewhere or another.
Louis12 is offline  
Old 03-24-2005, 11:43 AM   #4 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

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 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On