Last change
on this file 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
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/sh |
---|
| 2 | if [ -e /etc/my.init ]; then |
---|
| 3 | INIT="--init-file=/etc/my.init" |
---|
| 4 | fi |
---|
| 5 | |
---|
| 6 | cd / |
---|
| 7 | umask 077 |
---|
| 8 | exec /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.