Comment 2 for bug 1768698

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Hi Rogerio,
neither the mysql error log nor the journal that you auto-attached contain useful hints to help you.
If anything then I'd wonder about:
2018-05-03T01:48:33.898935Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.7.22-0ubuntu0.16.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
2018-05-03T01:48:33.900092Z 2 [Note] Access denied for user 'root'@'localhost' (using password: NO)

You said this is a clean install of mysql.
So is the problem reproducible if you purge and install it again?

$ apt remove --purge mysql-server mysql-server-5.7 mysql-server-core-5.7
$ apt install mysql-server

Is that just running into the SAME issue again?
If so please share your right after the fail
- /var/log/mysql/error.log
- the ouput of journalctl -xe
- the ouput of your console since you started with the commands above