Percona Xtradb server 8.0.27-18-1

Good morning,

I have setup a Percona Xtradb Server 8.0.27-18-1 and when I want either to bootstrap the first node or even start a master node using the systemd service, it is always hanging and after a certain time , the process failed to start. After investigations, I found out that in systemd, the following command was for an unknown reason timed out because the PID file
ExecStartPost=/usr/bin/mysql-systemd start-post $MAINPID
Did somebody already experience such a problem?
Thank you

1 Like

Hello @Said_Mendi,
You need to look at MySQL’s error log to find the true issue. Run systemctl start, then in another session, tail the mysql error log and see what is really happening.

1 Like