Giuseppe’s Weblog

Just another WordPress.com weblog

Archive for Maggio 16th, 2008

Bind address in my-sql

con un commento

Nel seguente file:
/etc/mysql/my.cnf

sostituire:

bind-address = 127.0.0.1

con:

bind-address = 0.0.0.0

Nel primo caso mysql in ascolto solo da localhost nel secondo da ogni indirizzo.

Written by gfiorito

Maggio 16, 2008 alle 2:12 pm

Pubblicato in HowTo, MySQL