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, 3984🔥, 0💬
Popular Posts:
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...
What Is Oracle in Oracle? Oracle is a company. Oracle is also a database server, which manages data ...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
What To Do If the StartDB.bat Failed to Start the XE Instance in Oracle? If StartDB.bat failed to st...