MySQL Forums
Forum List  »  Newbie

Mysql server not starting after linux OS patch
Posted by: MAHESH VASUDEVANPOTTI
Date: September 15, 2018 12:28PM

I am facing issues in staring MySQL service after the redhat os patch where the server was running.

Below is the error
------------------

service mysql start

[FAILED]


Error that say ....WSREP: (29555730, 'tcp://0.0.0.0:4567'. See below
--------------------------------------------------------------------


Sep 15 14:17:08 machinenme mysqld[30306]: 2018-09-15 14:17:08 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Sep 15 14:17:13 machinenme mysqld[30306]: 2018-09-15 14:17:13 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Sep 15 14:17:17 machinenme mysqld[30306]: 2018-09-15 14:17:17 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Sep 15 14:17:22 machinenme mysqld[30306]: 2018-09-15 14:17:22 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Sep 15 14:17:26 machinenme systemd[1]: mariadb.service stop-final-sigterm timed out. Skipping SIGKILL. Entering failed mode.
Sep 15 14:17:26 machinenme systemd[1]: Failed to start MariaDB 10.2.12 database server.
Sep 15 14:17:26 machinenme systemd[1]: Unit mariadb.service entered failed state.
Sep 15 14:17:26 machinenme systemd[1]: mariadb.service failed.
Sep 15 14:17:26 machinenme mysqld[30306]: 2018-09-15 14:17:26 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Sep 15 14:17:31 machinenme mysqld[30306]: 2018-09-15 14:17:31 139746005206784 [Note] WSREP: (29555730, 'tcp://0.0.0.0:4567') ...in PT3S
Hint: Some lines were ellipsized, use -l to show in full.



etc/my.cnf
------

[client]
port=3306
socket=/opt/app/mysql/mysql.sock
datadir = /opt/app/mysql

[mysqld]
datadir=/opt/app/mysql
socket=/opt/app/mysql/mysql.sock
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
port=3306

Options: ReplyQuote


Subject
Written By
Posted
Mysql server not starting after linux OS patch
September 15, 2018 12:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.