Examples (7)
Start the MySQL database server
Start the server, printing error messages to the console
mysqld --consoleStart the server, saving logging output to a custom log file
mysqld --log=path/to/file.logPrint the default arguments and their values and exit
mysqld --print-defaultsStart the server, reading arguments and values from a file
mysqld --defaults-file=path/to/fileStart the server and listen on a custom port
mysqld --port=portDisplay help
mysqld --verbose --helpmade by @shridhargupta | data from tldr-pages