Skip to content

Commit

Permalink
Add MYSQL_CONF env var to mariadb, same as mysql, allowing mariadb
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jefft committed Feb 18, 2025
1 parent 60d3d60 commit 62b961d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/mariadb/my.cnf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MySQL configuration file

[mariadbd]
# Change this port if 3360 is already used
#port = 3360
# Change this port if 3306 is already used
#port = 3306
log_error=mysql.log
4 changes: 2 additions & 2 deletions plugins/mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# [mysqld]
# skip-log-bin
# Change this port if 3360 is already used
#port = 3360
# Change this port if 3306 is already used
#port = 3306

0 comments on commit 62b961d

Please sign in to comment.