Re: [DNG] starting mysql in background ?

2022-06-21 Thread Radisson via Dng
Hi, i found an other solution disabling innoDB_buffer_pool_load_at_start reduces startup time to an acceptable level ca. 1min. maybe that is of concern for anyone. re, pr Am 17.06.22 um 19:32 schrieb Radisson via Dng: Am 15.06.22 um 19:12 schrieb Simon: Radisson via Dng wrote: i would l

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

Re: [DNG] starting mysql in background ?

2022-06-16 Thread aitor
Hi again, On 16/6/22 11:28, aitor wrote: On 16/6/22 9:40, Steve Litt wrote: I don't know if this is a solution, but install runit as a process supervisor, not as an init. Start it respawn from /etc/inittab, and start mysqld and everything that depends on it's being up in runit. If you decide t

Re: [DNG] starting mysql in background ?

2022-06-16 Thread aitor
Hi, On 16/6/22 9:40, Steve Litt wrote: I don't know if this is a solution, but install runit as a process supervisor, not as an init. Start it respawn from /etc/inittab, and start mysqld and everything that depends on it's being up in runit. If you decide to do this, I can be of more help. Me

Re: [DNG] starting mysql in background ?

2022-06-16 Thread Steve Litt
Radisson via Dng said on Wed, 15 Jun 2022 09:10:19 +0200 >Hello list, >i would like to start my mysqld 8.0 in background because it takes >several minutes to start. > >Does someone have a solution ? I don't know if this is a solution, but install runit as a process supervisor, not as an init. Sta

Re: [DNG] starting mysql in background ?

2022-06-15 Thread Ludovic Bellière via Dng
Hello Radisson. SysVinit (package sysv-rc) should comes with the software `startpar` as dependency. `startpar` is a means to run processes in parallel, which may be what you are looking for. Please check the manual: `man 1 startpar`. The software should be used by default by SysVinit. As others

Re: [DNG] starting mysql in background ?

2022-06-15 Thread Ken Dibble
On 6/15/22 03:10, Radisson via Dng wrote: Hello list, i would like to start my mysqld 8.0 in background because it takes several minutes to start. Does someone have a solution ? re,  pr ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne

Re: [DNG] starting mysql in background ?

2022-06-15 Thread 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 wait for the process to fully start -

[DNG] starting mysql in background ?

2022-06-15 Thread Radisson via Dng
Hello list, i would like to start my mysqld 8.0 in background because it takes several minutes to start. Does someone have a solution ? re, pr ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng