How to start stop restart MySQL server on Windows

In this article, we have explained how to start stop restart mysql server on Windows step by step.

We can start, stop mysql server using following 4 methods.

1. Using services.msc 2. using net command from command prompt 3. using mysqladmin from command prompt(With this we can only shutdown the MySQL server 4. From MySQL Workbench.

Method 1: Using services.msc
Continue reading How to start stop restart MySQL server on Windows

How to check MySQL Server startup time and uptime

In this article, we will see how to check MySQL Server startup time and uptime.

Uptime is the time between current and MySQL start time.
Startup time is time exact time(date with seconds) of MySQL server started.

1. Check the MySQL Server Startup time:
We can get it from MySQL shell, Linux shell and MySQL workbench
Continue reading How to check MySQL Server startup time and uptime

How to Start and Stop MySQL Server on CentOS

In this tutorial, we are going to see how to Start and Stop MySQL Server on CentOS operating system. Privileges required to start or stop or restart MySQL Server, user must be superuser.

We can start, stop, and restart the MySQL Server from Linux shell and We can stop and restart MySQL Server Shell.

To check the MySQL Server status execute either of two commands from Linux shell:

service mysqld status

systemctl status mysqld

Start and Stop MySQL Server on Linux
Start and Stop MySQL Server on CentOS

Continue reading How to Start and Stop MySQL Server on CentOS