On Nov 17, 2003, at 4:13 PM, Matthew Hagen wrote:



I executed the command:


fuser -n tcp 3306

and it returned:

3306/tcp: 187

I then ran ps -ef to find what program was using this port and I found
it was:

root 187 1 0 Nov13 ? 00:00:00 /usr/sbin/inetd

Is it ok to kill this process ? If not, is there a way to specify mysqld
to use another port ?

Look through /etc/inetd.conf for anything that could potentially be configured to use 3306 and remove it and restart inetd.


--Jo


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to