Way of overcoming it easy, just edit the mysql configuration (/etc/mysql/my.cnf), then reject (marked #) 2 configuration lines below:
skip-external-locking bind-address = 127.0.0.1
become :
#skip-external-locking
#bind-address = 127.0.0.1
Restart mysql with this command :
# /etc/init.d/mysql restart
Hopefully Helpful ;-)
No comments:
Post a Comment