How to find when MySQL/MariaDB server was started
We will show you here how you can get the MySQL/MariaDB server started date on a CentOS server. This can be useful for server statistics etc. 1. Use the select now() - interval variable_value second from information_schema.global_status where variable_name='Uptime'; command…