http://gentoo-overlays.zugaina.org/funtoo/net-dns.html.en
Archives
All posts for the day October 17th, 2011
Running mysql in daemontools
| Sunday, 21 March 2010 21:14 | ||
|
There are no translations available.
Prerequisite: Debian 5.0 Lenny, Mysql-server-5.0: 5.0.51a-24+lenny3 mkdir -m 1755 /var/service/mysqld
chmod 755 run Stop the startup script: /etc/init.d/mysql stop The following commands will create the symbolic links needed to start the mysql service.ln -s /var/service/mysqld /service/ |
||