Skip to content

Commit 62b961d

Browse files
committed
Add MYSQL_CONF env var to mariadb, same as mysql, allowing mariadb
plugin users to easily override things. Also, add a commented out 'port' line in each my.cnf, since this is the most likely change needed.
1 parent 60d3d60 commit 62b961d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/mariadb/my.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MySQL configuration file
22

33
[mariadbd]
4-
# Change this port if 3360 is already used
5-
#port = 3360
4+
# Change this port if 3306 is already used
5+
#port = 3306
66
log_error=mysql.log

plugins/mysql/my.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# [mysqld]
44
# skip-log-bin
5-
# Change this port if 3360 is already used
6-
#port = 3360
5+
# Change this port if 3306 is already used
6+
#port = 3306

0 commit comments

Comments
 (0)