Skip to content

Commit

Permalink
mysql 64 driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
keitherskine committed Sep 10, 2024
1 parent df93ff9 commit 85808a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ if ($python_arch -eq "64") {
-msifile_path "$cache_dir\psqlodbc_11_01_0000-x64.msi";

CheckAndInstallMsiFromUrl `
-driver_name "MySQL ODBC 8.0 ANSI Driver" `
-driver_name "MySQL ODBC 8.4 ANSI Driver" `
-driver_bitness "64-bit" `
-driver_url "https://downloads.mysql.com/archives/get/p/10/file/mysql-connector-odbc-8.4.0-winx64.msi" `
-msifile_path "$cache_dir\mysql-connector-odbc-8.4.0-winx64.msi";
Expand Down

0 comments on commit 85808a5

Please sign in to comment.