Mysql configuration

What to put into Mysql config files …

~/.my.cnf

Layout of the ~/.my.cnf configuration file:

[client]
host=host.domain.tld
password = secret
user = root

/etc/my.cnf

Part of a Mysql 5.0 config file (character-set and collation related).

[...]

# The MySQL server
[mysqld]
init-connect='SET NAMES latin1 COLLATE latin1_german1_ci'
default-character-set=latin1
character-set-server=latin1
collation_server=latin1_german1_ci

[...]
mysql/config.txt · Last modified: 2009/04/24 21:24 by tb
CC Attribution-Noncommercial-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0