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, 2749🔥, 0💬
Popular Posts:
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...