Collections:
Shutdown the Server with "mysqladmin" Command in MySQL
How To Shut Down the Server with "mysqladmin" in MySQL?
✍: FYIcenter.com
If you want to shut down the server with "mysqladmin", you can use the command "mysqladmin shutdown" as shown in the following tutorial example:
>cd \mysql\bin >mysqladmin -u root shutdown
If this command returns no messages, your MySQL server should be terminated successfully.
⇒ What Is "mysql" Command in MySQL
⇐ Show Server Status with "mysqladmin" in MySQL
2018-06-01, 4679🔥, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...