Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
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-dockerfiles
Commits
cb1fd3f0
Commit
cb1fd3f0
authored
Nov 14, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5000
parent
6efd4edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
mysqld.cnf
baseimg/db/mysqld.cnf
+8
-6
No files found.
baseimg/db/my.cnf
→
baseimg/db/my
sqld
.cnf
View file @
cb1fd3f0
# Copyright (c) 201
5
, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 201
4
, 2016, Oracle and/or its affiliates. All rights reserved.
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -19,10 +19,12 @@
...
@@ -19,10 +19,12 @@
# For explanations see
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
# * IMPORTANT: Additional settings that can override those from this file!
[mysqld]
# The files must end with '.cnf', otherwise they'll be ignored.
pid-file = /var/run/mysqld/mysqld.pid
#
socket = /var/run/mysqld/mysqld.sock
!includedir /etc/mysql/conf.d/
datadir = /var/lib/mysql
!includedir /etc/mysql/mysql.conf.d/
log-error = /var/log/mysql/error.log
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
max_connections = 5000
max_connections = 5000
\ No newline at end of file
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