Merge pull request #44 from iamseth/master

add Amazon support to defaults config file
This commit is contained in:
Nitin Madhok 2014-11-16 19:52:00 -05:00
commit 940a6e1ae9

View file

@ -121,6 +121,24 @@ RedHat:
port: 3306
bind-address: 127.0.0.1
symbolic-links: 0
Amazon:
server: mysql-server
client: mysql
service: mysqld
python: MySQL-python
config:
file: /etc/my.cnf
sections:
mysqld_safe:
log-error: /var/log/mysqld.log
pid-file: /var/run/mysqld/mysqld.pid
mysqld:
datadir: /var/lib/mysql
socket: /var/lib/mysql/mysql.sock
user: mysql
port: 3306
bind-address: 127.0.0.1
symbolic-links: 0
Gentoo:
server: dev-db/mysql
client: dev-db/mysql