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, 3983🔥, 0💬
Popular Posts:
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...