Has anybody out there experienced with mysqld running on
daemontools?

We're now testing this combination on our staging server without
any problem, but if you can suggest any problem for it  or
anything, it would be appreciated.

* Environment
mysql 3.23.47 FreeBSD 4.4R

  % cat /service/mysqld/run
  #!/bin/sh
  
  PATH=/usr/local/bin:/usr/bin:/bin
  export PATH
  
  exec env - PATH=$PATH /usr/local/mysql/libexec/mysqld 2>&1

--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to