Skip to content
Snippets Groups Projects
Commit 940a6e1a authored by Nitin Madhok's avatar Nitin Madhok
Browse files

Merge pull request #44 from iamseth/master

add Amazon support to defaults config file
parents d0cfc8fa ab634d3f
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,24 @@ RedHat: ...@@ -121,6 +121,24 @@ RedHat:
port: 3306 port: 3306
bind-address: 127.0.0.1 bind-address: 127.0.0.1
symbolic-links: 0 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: Gentoo:
server: dev-db/mysql server: dev-db/mysql
client: dev-db/mysql client: dev-db/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment