• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

Check MySQL service uptime through command line

Started by Kailash, January 06, 2007, 01:51:53 PM

Kailash

Steps to check uptime of MySQL service:

[1] Login to the server via SSH (for Linux) or MySQL server through command line (for windows).

[2] Type the command mysql

Now, you will be able see the mysql prompt (mysql>). From here, you can manage the MySQL services as well databases.

[3] To check the uptime of the MySQL service shoot out the command

\s

Thanks,

Raju

Quote from: "Kailash"Steps to check uptime of MySQL service:

[1] Login to the server via SSH (for Linux) or MySQL server through command line (for windows).

[2] Type the command mysql

Now, you will be able see the mysql prompt (mysql>). From here, you can manage the MySQL services as well databases.

[3] To check the uptime of the MySQL service shoot out the command

\s

Thanks for sharing the information. Really helpful.

Raju

Mrtu92

Thank you about check MySQL service uptime through command line