We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50eb5 commit 60d3d60Copy full SHA for 60d3d60
plugins/mariadb.json
@@ -7,7 +7,8 @@
7
"MYSQL_HOME": "{{ .Virtenv }}/run",
8
"MYSQL_DATADIR": "{{ .Virtenv }}/data",
9
"MYSQL_UNIX_PORT": "{{ .Virtenv }}/run/mysql.sock",
10
- "MYSQL_PID_FILE": "{{ .Virtenv }}/run/mysql.pid"
+ "MYSQL_PID_FILE": "{{ .Virtenv }}/run/mysql.pid",
11
+ "MYSQL_CONF": "{{ .DevboxDir }}/my.cnf"
12
},
13
"create_files": {
14
"{{ .Virtenv }}/run": "",
plugins/mariadb/my.cnf
@@ -1,4 +1,6 @@
1
# MySQL configuration file
2
3
-[mariadb]
+[mariadbd]
4
+# Change this port if 3360 is already used
5
+#port = 3360
6
log_error=mysql.log
plugins/mysql/my.cnf
@@ -2,3 +2,5 @@
# [mysqld]
# skip-log-bin
0 commit comments