Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.5.9
-
Red Hat Enterprise Linux 8.5 (Ootpa)
10.5.9-MariaDB
Description
MariaDB service was noticed restarted when checked with "status" command , however the OS process still shows older date.
The Mariadb Error log file , /var/log/message and dmsg logs are attached to ticket .
MariaDB [(none)]> status;
|
--------------
|
mysql Ver 15.1 Distrib 10.5.9-MariaDB, for Linux (x86_64) using readline 5.1
|
|
Connection id: 18415
|
Current database:
|
Current user: unm@localhost
|
SSL: Not in use
|
Current pager: stdout
|
Using outfile: ''
|
Using delimiter: ;
|
Server: MariaDB
|
Server version: 10.5.9-MariaDB-log MariaDB Server
|
Protocol version: 10
|
Connection: Localhost via UNIX socket
|
Server characterset: utf8
|
Db characterset: utf8
|
Client characterset: utf8
|
Conn. characterset: utf8
|
UNIX socket: /tmp/mysql.sock
|
*Uptime: 3 hours 8 min 24 sec*
|
|
Threads: 700 Questions: 562457 Slow queries: 0 Opens: 1016 Open tables: 1009 Queries per second avg: 49.757
|
--------------
|
|
MariaDB [(none)]> exit
|
Bye
|
$ ps -ewf|grep mysqld
|
unm 2459083 2458709 0 09:48 pts/0 00:00:00 grep --color=auto mysqld
|
*unm 3438211 1 0 Jul19 ? *00:00:00 /bin/sh <PATH>/mysqld_safe --datadir=/<PATH>
|
$
|