mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
Merge pull request #44 from iamseth/master
add Amazon support to defaults config file
This commit is contained in:
commit
940a6e1ae9
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue