February 2018
Intermediate to advanced
510 pages
16h 10m
English
This is the server startup script that is used on MySQL distributions of Unix/Unix-like systems. It uses mysqld_safe for starting MySQL the server program. The program is also used in systems using V-style run directories containing scripts. It starts system services at particular run levels.
basedir=dir_name
To specify the path of the MySQL installation directory.
datadir=data_dir
To specify the path of the MySQL data directory.
pid-file=file_name
To specify the pathname along with the filename in which the server writes its process ID.
service-startup-timeout=seconds
To specify in seconds how long to wait for confirmation of the server startup. If the server does not start within this time, mysql.server ...
Read now
Unlock full access