tentando reiniciar o mysql após uma nova reinstalação

tentando reiniciar o mysql após uma nova reinstalação

Estou tentando reiniciar o mysql usando:

sudo service mysql start

Eu segui alguns passos para redefinir a senha e não funcionou nem consigo reiniciá-la.

A mensagem de erro:

 Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2020-01-16 01:59:30 UTC; 13s ago
  Process: 9234 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
  Process: 9212 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
 Main PID: 7109 (code=exited, status=0/SUCCESS)

Jan 16 01:59:29 ip-172-26-2-13 systemd[1]: mysql.service: Failed with result 'exit-code'.
Jan 16 01:59:29 ip-172-26-2-13 systemd[1]: Failed to start MySQL Community Server.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: Stopped MySQL Community Server.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: mysql.service: Start request repeated too quickly.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: mysql.service: Failed with result 'exit-code'.
Jan 16 01:59:30 ip-172-26-2-13 systemd[1]: Failed to start MySQL Community Server.

Também tentei removê-lo e reinstalá-lo usando sudo apt-get e recebo o mesmo erro. Alguma idéia do que estou fazendo de errado?

EDITADO executado:sudo journalctl -b -u mysql

Jan 16 01:33:03 ip-172-26-2-13 systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Jan 16 01:33:03 ip-172-26-2-13 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
Jan 16 01:33:03 ip-172-26-2-13 systemd[1]: Stopped MySQL Community Server.
Jan 16 01:33:03 ip-172-26-2-13 systemd[1]: Starting MySQL Community Server...
Jan 16 01:33:04 ip-172-26-2-13 mysqld[4170]: Initialization of mysqld failed: 0
Jan 16 01:33:04 ip-172-26-2-13 systemd[1]: mysql.service: Control process exited, code=exited status=1
Jan 16 01:33:04 ip-172-26-2-13 systemd[1]: mysql.service: Failed with result 'exit-code'.
Jan 16 01:33:04 ip-172-26-2-13 systemd[1]: Failed to start MySQL Community Server.

informação relacionada