Changeset 2168

Show
Ignore:
Timestamp:
04/24/08 17:24:41 (3 weeks ago)
Author:
anarcat
Message:

add a [mysql] block to our my.cnf that contains the database= settings
so that mysqldump and other utilities using this file don't get a
warning.

Note that we do not convert existing configuration so that
milestone:0.9.8 installs will have to be manually patched to remove
the warning on mysqldump.

See #1127 and Errata_0.9.8.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/install/mysql.sh

    r2148 r2168  
    108108# This file will be modified on package configuration 
    109109# (e.g. upgrade or dpkg-reconfigure alternc) 
     110[mysql] 
     111database= 
     112 
    110113[client] 
    111114EOF