Skip to content

Commit fedd011

Browse files
committed
created seperate database conf file
1 parent 4790d93 commit fedd011

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

database/conf.d/z-mariadb.cnf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[mysql]
2+
3+
[mysqld]
4+
innodb_use_native_aio = OFF

database/conf.d/z-mysql.cnf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
[mysql]
2+
3+
[mysqld]
4+
pid_file = /usr/local/mysql/data/mysqld.pid

0 commit comments

Comments
 (0)