Re: [DNG] starting mysql in background ?

2022-06-17 Thread Simon
Radisson via Dng wrote: > i use sysv-init with a simple start script in init.d. > in the end the script starts mysqld_safe in background and > waits for a pid. (yes i could remove that but i do not know the side > effects) The side effect of removing that wait for a PID is that any other service

Re: [DNG] starting mysql in background ?

2022-06-17 Thread Radisson via Dng
Am 15.06.22 um 19:12 schrieb Simon: Radisson via Dng wrote: i would like to start my mysqld 8.0 in background because it takes several minutes to start. Under what init/process manger setup ? If under SysVInit, then I would suggest you could simply modify the relevant init scripts to not