Comment 3 for bug 1814630

Revision history for this message
Karl Stenerud (kstenerud) wrote :

Hi,

You're getting the following error each time you try to launch mysql:

2019-02-05T07:26:56.039478Z 0 [ERROR] Can't start server: Bind on TCP/IP port: Address already in use
2019-02-05T07:26:56.039484Z 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2019-02-05T07:26:56.039502Z 0 [ERROR] Aborting

Use netstat -lntp to find out what is listening on mysql's port (3306). Do you have a non-ubuntu mysql or mariadb installed?