# temporary my.cnf generated for usage by dbconfig-common 
# generated on Sat Mar 29 16:29:44 CET 2008
# if you're reading this, it probably means something went wrong and
# for some strange reason dbconfig-common was not able to clean up after itself.
# you can safely delete this file

[client]
user            = 'testadmin'
password        = 'testadmpass'
host            = 'testserver'
port            = 'testport'
socket    = '/var/run/mysqld/mysqld.sock'

[mysqldump]
user            = 'testadmin'
password        = 'testadmpass'
host            = 'testserver'
port            = 'testport'
socket    = '/var/run/mysqld/mysqld.sock'

