|
Home >> FAQs/Tutorials >> MySQL Tutorials
MySQL Tutorial - Ways to Start MySQL Server
By: FYIcenter.com
(Continued from previous topic...)
How To Start MySQL Server Daemon mysqld?
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.
(Continued on next topic...)
- What Is the MySQL Server Daemon - mysqld?
- What Are the "mysqld" Command Line Options?
- How To Start MySQL Server Daemon mysqld?
- How To Properly Shutdown MySQL Server Daemon mysqld?
- How Much Memory Does the Server Take?
- How To Turn on Query Logs?
- How To Turn on Error Logs?
- What Is Binary Log File?
- How To Turn on Binary Logs?
- How To Use mysqlbinlog to View Binary Logs?
- How To Run MySQL Server on a Different Port?
- How To Connect to MySQL Server on a Different Port?
|