fixed filename for the configuration file

Signed-off-by: Manan Gupta <manan@planetscale.com>
This commit is contained in:
Manan Gupta 2021-09-14 15:34:20 +05:30
Родитель be861d541e
Коммит ae78019af3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@
if [[ -z $MYSQL_MAX_CONNECTIONS ]]; then
MYSQL_MAX_CONNECTIONS=1000
fi
echo "max_connections = $MYSQL_MAX_CONNECTIONS" >> /vt/config/mycnf/default-fast.cnf
echo "max_connections = $MYSQL_MAX_CONNECTIONS" >> /vt/config/mycnf/test-suite.cnf
# Delete socket files before running mysqlctld if exists.
# This is the primary reason for unhealthy state on restart.