Changeset 793 for install/mysql.sh


Ignore:
Timestamp:
02/22/06 03:48:06 (7 years ago)
Author:
anarcat
Message:

commit skipping to 20060221201309-67438-1ad69475725370c754a58452453d0693db92624a.gz .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/mysql.sh

    r713 r793  
    11#!/bin/sh -e 
    22# 
    3 # $Id: mysql.sh,v 1.10 2005/05/20 18:01:54 anarcat Exp $ 
     3# $Id: mysql.sh,v 1.11 2006/01/11 22:51:28 anarcat Exp $ 
    44# ---------------------------------------------------------------------- 
    55# AlternC - Web Hosting System 
     
    3535datadir=/var/alternc/db 
    3636 
    37 mysql="mysql -u root" 
     37mysql="mysql --defaults-file=/etc/mysql/debian.cnf" 
    3838 
    3939# move the rundir to the postfix chroot and symlink the original 
Note: See TracChangeset for help on using the changeset viewer.