Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-docker-entrypoints
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qg-docker-entrypoints
Commits
4057b720
Commit
4057b720
authored
Apr 18, 2018
by
kalvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logs
parent
5eb52c52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
my.cnf
dev/common/mysql/my.cnf
+3
-3
No files found.
dev/common/mysql/my.cnf
View file @
4057b720
...
@@ -5,11 +5,11 @@ socket = ${MYSQL_DEF_SCK}/mysqld.sock
...
@@ -5,11 +5,11 @@ socket = ${MYSQL_DEF_SCK}/mysqld.sock
socket = ${MYSQL_DEF_SCK}/mysqld.sock
socket = ${MYSQL_DEF_SCK}/mysqld.sock
[mysqld]
[mysqld]
skip-host-cache
skip-host-cache
skip-name-resolve
skip-name-resolve
datadir = ${MYSQL_DEF_DAT}
datadir = ${MYSQL_DEF_DAT}
user = ${MY_USER}
user = ${MY_USER}
port = 3306
port = 3306
bind-address = 0.0.0.0
bind-address = 0.0.0.0
socket = ${MYSQL_DEF_SCK}/mysqld.sock
socket = ${MYSQL_DEF_SCK}/mysqld.sock
pid-file = ${MYSQL_DEF_PID}/mysqld.pid
pid-file = ${MYSQL_DEF_PID}/mysqld.pid
...
@@ -17,7 +17,7 @@ general_log_file = ${MYSQL_LOG_QUERY}
...
@@ -17,7 +17,7 @@ general_log_file = ${MYSQL_LOG_QUERY}
slow_query_log_file = ${MYSQL_LOG_SLOW}
slow_query_log_file = ${MYSQL_LOG_SLOW}
log-error = ${MYSQL_LOG_ERROR}
log-error = ${MYSQL_LOG_ERROR}
log-bin=/var/lib/mysql/mysql-bin
log-bin=/var/lib/mysql/mysql-bin
server-id=1
server-id=1
innodb_buffer_pool_size = 512M
innodb_buffer_pool_size = 512M
innodb_buffer_pool_instances = 1
innodb_buffer_pool_instances = 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment