source: npl/commonservers/mysql5/run @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 315 bytes
Line 
1#!/bin/sh
2if [ -e /etc/my.init ];  then
3    INIT="--init-file=/etc/my.init"
4fi
5
6cd /
7umask 077
8exec /usr/libexec/mysqld --basedir=/usr --datadir=/home/system/mysql5 --user=mysql --log-error=/home/system/mysql5/mysql.err --pid-file=/home/system/mysql5/mysql.pid --socket=/var/run/mysql/mysql.sock --port=3306 $INIT
9
Note: See TracBrowser for help on using the repository browser.