If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > access denied

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-07, 18:59
fuzzalicious fuzzalicious is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
access denied

i made a database in phpmyadmin, and used all information given by the service provided, but i can't grant access do my user.'

i can alter and change my database from phpmyadmin, but when i try a command like "grant select on database.table_name to 'user'@'%';" to be able to view the table from a website, i get "#1142 - SELECT,GRANT command denied to user 'xxx'@'xxx.xxx.net' for table 'xxx'"

if i try a "identified by" i get "#1132 - You must have privileges to update tables in the mysql database to be able to change passwords for others"
Reply With Quote
  #2 (permalink)  
Old 12-11-07, 06:30
Nevisen Nevisen is offline
Registered User
 
Join Date: Dec 2007
Posts: 3
hi,

Sounds like you dont have "root" access to your database.

You might want to ask your SP(Service Provider) for help on this issue.
Reply With Quote
  #3 (permalink)  
Old 12-11-07, 13:10
fuzzalicious fuzzalicious is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
oops, seems i had mistaken table and database names xD

Last edited by fuzzalicious; 12-11-07 at 13:36.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On