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 > remote connection problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-05-04, 05:18
ENNAIFAR ENNAIFAR is offline
Registered User
 
Join Date: Oct 2003
Posts: 47
remote connection problem

We have a MYSQL Server DB and we tried to establish a remote connection (using a GUI tool).

The connection is OK if the root account is used but there is a problem with the other accounts …

The error message is the following : Access denied for user ‘mysql’@’mymachine_name’ …

This is the rows in the table user :

HOST USER PASSWORD SELECT_PRIV ...
localhost root Y Y
% root Y Y
% mysql mysql Y Y

A solution ?

Thanks in advance …
Reply With Quote
  #2 (permalink)  
Old 10-05-04, 07:46
Daniel_Johns Daniel_Johns is offline
Registered User
 
Join Date: Jul 2004
Posts: 69
be sure to grant all priv (if you want to grant all priv on all users) and then dont forget to flush priveleges...
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