mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
add Amazon support to defaults config file
This commit is contained in:
parent
d0cfc8fa7d
commit
ab634d3fa1
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue