FaqMySQLBundleStop
How to stop MySQL installed from MySQL bundle?
If you specified a password during installation, run the following command:
\
./bin/mysqladmin -u root --password="$PASSWORD" shutdown
alternatively run
./bin/mysqladmin -u root --password shutdown
and type password from the terminal.
If you haven`t set the password, run the following command:
./bin/mysqladmin -u root shutdown
Applies to: NetBeans 6.1
