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, 4431🔥, 0💬
Popular Posts:
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...
How to download and install SQL Server 2005 Sample Scripts in SQL Server? If you want to learn from ...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
Where to find answers to frequently asked questions on Transaction Management: Commit or Rollback in...