[MDEV-4098] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use Created: 2013-01-26  Updated: 2013-01-26  Resolved: 2013-01-26

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Mani Sundarigari Assignee: Unassigned
Resolution: Not a Bug Votes: 0
Labels: None


 Description   

how to detect and fix this

130126 10:33:13 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use
130126 10:33:13 [ERROR] Do you already have another mysqld server running on port: 3306 ?
130126 10:33:13 [ERROR] Aborting



 Comments   
Comment by Elena Stepanova [ 2013-01-26 ]

Just as the error message says, you have a port conflict, the port 3306 your server needs is already in use. There is nothing specific in MySQL or MariaDB in regard to port usage.
To find out how to detect occupied ports, please read your Linux documentation. There are many utilities that you can use for that.
To resolve the conflict, you need to either stop the previous application, or to start your MariaDB server with a different port.
For further troubleshooting, please read http://dev.mysql.com/doc/refman/5.5/en/starting-server.html
and the MySQL manual in general.

Generated at Thu Feb 08 06:53:42 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.