Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 3 total results
https://dev.mysql.com/doc/refman/5.7/en/windows-start-service.html
Install the server as a service using this command: C:\> "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld" --install The service-installation command does not start the server. This enables you to use the [mysqld] group for options that should be ... On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-services.html
For the following instructions, suppose that you want to run the mysqld server from two different versions of MySQL that are installed at C:\mysql-5.7.9 and C:\mysql-5.7.44, respectively. The procedures for installing, controlling, and removing a ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-service.html
As with ndb_mgmd.exe (and mysqld.exe), when installing ndbd.exe as a Windows service, you can also specify a name for the service as the value of --install, and then use it when starting or stopping the service, like this: C:\> C:\mysql\bin\ndbd.exe ... Once you are satisfied that NDB Cluster is running as desired, you can install the management nodes and data nodes as Windows services, so that these processes are started and stopped automatically whenever Windows is started or ...