Changeset 793
- Timestamp:
- 02/22/06 03:48:06 (7 years ago)
- File:
-
- 1 edited
-
install/mysql.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
install/mysql.sh
r713 r793 1 1 #!/bin/sh -e 2 2 # 3 # $Id: mysql.sh,v 1.1 0 2005/05/20 18:01:54anarcat Exp $3 # $Id: mysql.sh,v 1.11 2006/01/11 22:51:28 anarcat Exp $ 4 4 # ---------------------------------------------------------------------- 5 5 # AlternC - Web Hosting System … … 35 35 datadir=/var/alternc/db 36 36 37 mysql="mysql - u root"37 mysql="mysql --defaults-file=/etc/mysql/debian.cnf" 38 38 39 39 # move the rundir to the postfix chroot and symlink the original
Note: See TracChangeset
for help on using the changeset viewer.
