cybernet
12th March 2008, 17:41
i installed mysql server everything worked fine
but when i run
netstat -tap | grep mysql
i got
tcp 0 0 localhost:mysql *:* LISTEN 4246/mysqld
but i want to get
tcp 0 0 *:mysql *:* LISTEN 4246/mysqld
i mean i want to work on all domains
please help :)
but when i run
netstat -tap | grep mysql
i got
tcp 0 0 localhost:mysql *:* LISTEN 4246/mysqld
but i want to get
tcp 0 0 *:mysql *:* LISTEN 4246/mysqld
i mean i want to work on all domains
please help :)