HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

Last mysql reboot

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
lastmysqlreboot

Problem

Is there a way to check the last restart of mysql server, in global variables or something else ?

System : redhat

Logging : not activated

Solution

SHOW GLOBAL STATUS LIKE 'Uptime';

http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html#statvar_Uptime

Context

StackExchange Database Administrators Q#72371, answer score: 5

Revisions (0)

No revisions yet.