Posts Tagged “mysql”

If you want to change, for example, at phpmyadmin to the program mentioned in the title, we may be faced with problems with the connection, as it was with me. The reason may be accepting only local connection by MySQL server. Assuming that we have the power to edit the file /etc/mysql/ my.cnf, just comment line:

bind-address = 127.0.0.1

and restart MySQL Server.

Comments No Comments »