MySQL Forums
Forum List  »  MySQL Administrator

Re: remote access to mysql database
Posted by: Brian Cafferelli
Date: December 06, 2007 03:11PM

I'm having a very similar problem, though I can access my database on localhost via ssh, but not from anywhere else.

I already ran these:

mysql> GRANT ALL PRIVILEGES ON *.* TO 'typeusername'@'localhost' IDENTIFIED BY 'typepasswordhere' WITH GRANT OPTION;

mysql> GRANT ALL PRIVILEGES ON *.* TO 'typeusername'@'%' IDENTIFIED BY 'typepasswordhere' WITH GRANT OPTION;

...and my 'my.cnf' doesn't have skip-networking. I also have bind-address set to the server's internal ip.

The only other difference is that I'm using port 44.

Options: ReplyQuote


Subject
Written By
Posted
Re: remote access to mysql database
December 06, 2007 03:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.