Forum Moderators: open

Message Too Old, No Replies

I have turned my local MySQL server to a remote one

Problem with permissions :(

         

asson

9:49 pm on Dec 21, 2007 (gmt 0)

10+ Year Member



Hi everyone.
I have turned my local MySQL server to a remote server for allowing remote connections, the problem is the database user has not the right permission to dba. can anyone please explaing how to fix that?

I have tried every tutorial out there regarding this issue, none of them helped.

My server runs Ubuntu as OS.

Many thanks in advance.

phranque

10:38 pm on Dec 25, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



mysql uses a database named "mysql" that contains the permission tables.
you probably need to add a record to the "db" table so that the user has access from the remote host and then you must do a "mysqladmin reload".