diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-01-03 03:14:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 03:14:06 +0100 |
commit | f16aad0ad4b3012fc36719578efb9b8ece5a34e6 (patch) | |
tree | b6d094137c905a28f338ca98ac97d2d7e9a1fa17 /conf | |
parent | 79aa5606547d898542557a01a2150f76e477e9e9 (diff) |
chore(MySQL): Deprecate 5.6 (#4070)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dist/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dist/config.sh b/conf/dist/config.sh index 6057018ed0..e241803d22 100644 --- a/conf/dist/config.sh +++ b/conf/dist/config.sh @@ -152,7 +152,7 @@ DB_SKIP_BASE_IMPORT_IF_EXISTS=true # # Example: -# "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe" +# "C:/Program Files/MySQL/MySQL Server 8.0/bin/mysql.exe" # "/usr/bin/mysql" # "mysql" # |