February 2018
Intermediate to advanced
510 pages
16h 10m
English
This is the most recommended way to start the MySQL server in a Unix- based system as it adds a few safety features, such as logging information to error log if any error occurs at runtime and restarting the server if there is an error.
mysqld_safe attempts to execute mysqld and to override the default behavior to specify the name of the server that you wanted to execute. The option to specify the directory using --ledir is also available so that mysqld_safe will look for the server in the directory. ...
Read now
Unlock full access