Welcome Guest, Not a member yet? Register   Sign In
Codeigniter + remote Debian MySQL database
#2

[eluser]Massaki[/eluser]
I think your linux server is blocking external connections.
You have to edit /etc/mysqk/my.cnf, and change 'bind-address = 127.0.0.1' to 'bind-address = 0.0.0.0'
Then access your mysql database and execute this command:
"GRANT ALL ON *.* TO 'root'@'192.168.0.X' IDENTIFIED BY 'your_password';"
( change user / client ip / password )


Messages In This Thread
Codeigniter + remote Debian MySQL database - by El Forum - 08-04-2014, 10:21 PM
Codeigniter + remote Debian MySQL database - by El Forum - 08-05-2014, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB