MySQL Forums
Forum List  »  MySQL Administrator

Mysql Port
Posted by: Vino B
Date: August 01, 2019 04:19PM

Hi All,

May i know why is the netstat command display's that my mysql process is listening on 2 different ports when I have only one instance of mysql running in my server and the port configured in /etc/my.cnf is 3910, and how do i resolve this issue.

netstat -nepal|grep mysql
tcp 0 0 0.0.0.0:3910 0.0.0.0:* LISTEN 60 49866362 30876/mysqld
tcp 0 0 :::33060 :::* LISTEN 60 49866367 30876/mysqld

From,
Vino.B

Options: ReplyQuote


Subject
Written By
Posted
Mysql Port
August 01, 2019 04:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.