Archive for the ‘Mysql’ Category

Howto MySQL Remote Access ?

Dec-14th-2008

Step # 1: Login through ssh to your server Step # 2: Enable networking Once connected you need edit the mysql configuration file my.cfg using text editor such as vi. # vi /etc/my.cnf Step # 3: Once file opened, locate line that read as follows [mysqld] Make sure line skip-networking is commented (or remove line) [...]