CentOS | mariadb | Bind on TCP/IP port: Address already in use

错误信息

[ERROR] Can't start server: Bind on TCP/IP port: Address already in use
[ERROR] Do you already have another mysqld server running on port: 3306 ?

解决方法

查看端口占用情况。

ps -ef | grep 3306
netstat -apn |grep 3306

查看占用的进程,kill -9 即可

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章