I encountered a problem when I edit my.cnf for MySQL, the bind-address not in the file.
Here is the contents of /etc/mysql/my.cnf :
[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid
Please help me achieve this.
source share