How To Start MySQL Server Daemon mysqld

Q

How To Start MySQL Server Daemon mysqld? - MySQL FAQs - Server Daemon mysqld Administration

✍: FYIcenter.com

A

There are a number of ways to start MySQL server daemon, mysqld:

  • Double click on the file name, mysqld.exe, in a file explorer window. This is an easy way to start the server. But you will not be able to specify any command line options.
  • Enter "mysqld" command with options in a command window.
  • Create a launch shell script with "mysqld" command and its options. Then run the script to start the server.
  • Create a Windows system service with "mysqld" command and its options. Then run the service to start the server.

2007-05-11, 4886👍, 0💬