summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql-multi.server.sh2
-rw-r--r--support-files/mysql.server.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql-multi.server.sh b/support-files/mysql-multi.server.sh
index af13009d038..6c940630427 100644
--- a/support-files/mysql-multi.server.sh
+++ b/support-files/mysql-multi.server.sh
@@ -65,7 +65,7 @@ parse_arguments() {
done
}
-# Get arguments from the my.cfg file, groups [mysqld], [mysql_server],
+# Get arguments from the my.cnf file, groups [mysqld], [mysql_server],
# and mysql_multi_server
if test -x ./bin/my_print_defaults
then
diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh
index 9307a2e3eb2..62381ccf0d3 100644
--- a/support-files/mysql.server.sh
+++ b/support-files/mysql.server.sh
@@ -53,7 +53,7 @@ parse_arguments() {
done
}
-# Get arguments from the my.cfg file, groups [mysqld] and [mysql_server]
+# Get arguments from the my.cnf file, groups [mysqld] and [mysql_server]
if test -x ./bin/my_print_defaults
then
print_defaults="./bin/my_print_defaults"