MySQL not Remotely accessable

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Obligated
New to forums
New to forums
Posts: 12
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 18, 2015 3:39 pm

MySQL not Remotely accessable

Post by Obligated »

I am trying to connect to MySQL database with Navicat

Host Name/IP Address: XXX.XXX.XX.XXX
Port: 3306
User Name: root
Password: ******

I place in all the correct info and I get an error

Code: Select all

2003 - Can't connect to MYSQL server on 'XXX.XXX.XX.XXX' (10061)
I looked up the error and this is what I found
http://stackoverflow.com/questions/2584 ... host-10038
I solved this problem. In my /etc/mysql/my.cnf, the command bind the locahost address like this: bind-address=127.0.0.1, just add a # before it. and now I can connect to the mysql server smoothly.
I did what he said in the awnser and I get an other error

Code: Select all

1045 - Access denied for user 'root'@'ip"My_IP" (using passworrd: YES
If you have a suggestion please tell me.
$atanic $pirit
This is my homepage
This is my homepage
Posts: 251
Joined: Tue Jan 28, 2014 5:32 am

Re: MySQL not Remotely accessable

Post by $atanic $pirit »

Are you connecting to and from NFO powered servers? From what I know, by default NFO won't allow other hosts to connect to their SQL databases. You need to open a ticket and ask them to allow that particular IP.
Image
Post Reply