remote connection mysql linux
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 42
- Joined: Mon Oct 26, 2009 9:22 pm
remote connection mysql linux
hi. I have a problem with mysql in linux. I can not connect to the database using remote. I read many guides but they did not work. Do you know what should i change to enable remote connections? Regards
- Sirpaypi
- Posts: 108
- Joined: Mon May 18, 2009 11:51 pm
- Location: Moяocco.
Re: remote connection mysql linux
Where's the bug ?darkzonenet wrote:hi. I have a problem with mysql in linux. I can not connect to the database using remote. I read many guides but they did not work. Do you know what should i change to enable remote connections? Regards
Please infos !!
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
-
- Posts: 42
- Joined: Mon Oct 26, 2009 9:22 pm
Re: remote connection mysql linux
i can not connect. i am adding ip and pass in navicat and it doesn't connect to the dedicated's database. in windows server you can choose to eanble remote connections in mysql. in linux there is not an option like this as it is a package
- Sirpaypi
- Posts: 108
- Joined: Mon May 18, 2009 11:51 pm
- Location: Moяocco.
Re: remote connection mysql linux
Of coursse there's a lot of options and its the first time i see like this problem, and be sure if you have a right configuration of your config files it will be ok...darkzonenet wrote:i can not connect. i am adding ip and pass in navicat and it doesn't connect to the dedicated's database. in windows server you can choose to eanble remote connections in mysql. in linux there is not an option like this as it is a package
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
-
- Posts: 42
- Joined: Mon Oct 26, 2009 9:22 pm
Re: remote connection mysql linux
if you istall the mysql in linux you will not be able to log in with a remote to the database. It is from default. Thats why i am asking for a solution
- qwerty13
- Posts: 640
- Joined: Mon Feb 02, 2009 9:57 am
- Location: Europe
- Contact:
Re: remote connection mysql linux
http://techpad.co.uk/content.php?sid=89
And check your my.cnf:
For remote connections it must be with "#"
And check your my.cnf:
Code: Select all
#bind-address = 127.0.0.1