-
Notifications
You must be signed in to change notification settings - Fork 49
maintenance
Frédéric Descamps edited this page Oct 20, 2020
·
2 revisions
NAME
maintenance - Server management and utilities.
DESCRIPTION
A collection of Server management tools and utilities
Stop the instance using Std Protocol.
This is useful when you want to shutdown MySQL when you are connected using X Protocol.
JS \sql shutdown
ERROR: 3130: Command not supported by pluggable protocols
JS maintenance.shutdown()
Using mysql://root@localhost:3306 to connect to standard protocol...
Stopping mysqld....