Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
427590f8
Commit
427590f8
authored
Jun 02, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Touchups to .cnf file comments.
parent
d4f6c7a4
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
20 deletions
+20
-20
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+5
-5
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
+2
-2
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+5
-5
support-files/my-medium.cnf.sh
support-files/my-medium.cnf.sh
+4
-4
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+4
-4
No files found.
support-files/my-huge.cnf.sh
View file @
427590f8
# Example
mysql
config file for very large systems.
# Example
MySQL
config file for very large systems.
#
# This is for large system with memory of 1G-2G where the system runs mainly
# This is for
a
large system with memory of 1G-2G where the system runs mainly
# MySQL.
#
# You can copy this file to
...
...
@@ -9,9 +9,9 @@
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
#
#
One can in this file use all long options that the
program supports.
# If you want to know which options a program support, run the program
# with
--help
option.
#
In this file, you can use all long options that a
program supports.
# If you want to know which options a program support
s
, run the program
# with
the "--help"
option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-innodb-heavy-4G.cnf.sh
View file @
427590f8
...
...
@@ -13,8 +13,8 @@
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that
the
program supports.
# If you want to know
the
options a program supports, run the program
# In this file, you can use all long options that
a
program supports.
# If you want to know
which
options a program supports, run the program
# with the "--help" option.
#
# More detailed information about the individual options can also be
...
...
support-files/my-large.cnf.sh
View file @
427590f8
# Example
mysql
config file for large systems.
# Example
MySQL
config file for large systems.
#
# This is for large system with memory = 512M where the system runs mainly
# This is for
a
large system with memory = 512M where the system runs mainly
# MySQL.
#
# You can copy this file to
...
...
@@ -9,9 +9,9 @@
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
#
#
One can in this file use all long options that the
program supports.
# If you want to know which options a program support, run the program
# with
--help
option.
#
In this file, you can use all long options that a
program supports.
# If you want to know which options a program support
s
, run the program
# with
the "--help"
option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-medium.cnf.sh
View file @
427590f8
# Example
mysql
config file for medium systems.
# Example
MySQL
config file for medium systems.
#
# This is for a system with little memory (32M - 64M) where MySQL plays
# an important part, or systems up to 128M where MySQL is used together with
...
...
@@ -10,9 +10,9 @@
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
#
#
One can in this file use all long options that the
program supports.
# If you want to know which options a program support, run the program
# with
--help
option.
#
In this file, you can use all long options that a
program supports.
# If you want to know which options a program support
s
, run the program
# with
the "--help"
option.
# The following options will be passed to all MySQL clients
[
client]
...
...
support-files/my-small.cnf.sh
View file @
427590f8
# Example
mysql
config file for small systems.
# Example
MySQL
config file for small systems.
#
# This is for a system with little memory (<= 64M) where MySQL is only used
# from time to time and it's important that the mysqld daemon
...
...
@@ -10,9 +10,9 @@
# installation this directory is @localstatedir@) or
# ~/.my.cnf to set user-specific options.
#
#
One can in this file use all long options that the
program supports.
# If you want to know which options a program support, run the program
# with
--help
option.
#
In this file, you can use all long options that a
program supports.
# If you want to know which options a program support
s
, run the program
# with
the "--help"
option.
# The following options will be passed to all MySQL clients
[
client]
...
...
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