diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2024-09-19 05:24:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 00:24:11 -0300 |
commit | dbde182ecdcf3ebe392943c2b34adae1fdf00110 (patch) | |
tree | 565a2ff658b2cd108f3ce79fb3789ac11a5659ec /src/tools | |
parent | 5af3d2d650e4615aff39ccd1adf2a0c71962f084 (diff) |
refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… (#19451)
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/dbimport/dbimport.conf.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dbimport/dbimport.conf.dist b/src/tools/dbimport/dbimport.conf.dist index 37ea25e5e7..c4c38e937c 100644 --- a/src/tools/dbimport/dbimport.conf.dist +++ b/src/tools/dbimport/dbimport.conf.dist @@ -54,7 +54,7 @@ SourceDirectory = "" # MySQLExecutable # Description: The path to your MySQL CLI binary. # If the path is left empty, built-in path from cmake is used. -# Example: "C:/Program Files/MariaDB 10.9/bin/mysql.exe" +# Example: "C:/Program Files/MySQL Server 8.4/bin/mysql.exe" # "mysql.exe" # "/usr/bin/mysql" # Default: "" |