diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-huge.cnf.sh | 2 | ||||
-rw-r--r-- | support-files/my-large.cnf.sh | 2 | ||||
-rw-r--r-- | support-files/my-medium.cnf.sh | 2 | ||||
-rw-r--r-- | support-files/my-small.cnf.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index 103a6c16cfd..ce9b5b18586 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -4,7 +4,7 @@ # MySQL. # # You can copy this file to -# /etc/mf.cnf to set global options, +# /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options (in this # installation this directory is @localstatedir@) or # ~/.my.cnf to set user-specific options. diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index f314566c5fb..0602921abc1 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -4,7 +4,7 @@ # MySQL. # # You can copy this file to -# /etc/mf.cnf to set global options, +# /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options (in this # installation this directory is @localstatedir@) or # ~/.my.cnf to set user-specific options. diff --git a/support-files/my-medium.cnf.sh b/support-files/my-medium.cnf.sh index 675241b25dd..bddba03eee9 100644 --- a/support-files/my-medium.cnf.sh +++ b/support-files/my-medium.cnf.sh @@ -5,7 +5,7 @@ # other programs (like a web server) # # You can copy this file to -# /etc/mf.cnf to set global options, +# /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options (in this # installation this directory is @localstatedir@) or # ~/.my.cnf to set user-specific options. diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index cad0e10e684..9e7d07ec449 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -5,7 +5,7 @@ # doesn't use much resources. # # You can copy this file to -# /etc/mf.cnf to set global options, +# /etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific options (in this # installation this directory is @localstatedir@) or # ~/.my.cnf to set user-specific options. |