Skip to content

Commit 626a8b3

Browse files
change MySQL CDN URL
1 parent dae87ab commit 626a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const OPTION_TYPE_CHECKS: OptionTypeChecks = {
122122
} as const;
123123

124124
export const MIN_SUPPORTED_MYSQL = '5.7.19';
125-
export const MySQLCDNDownloadsBaseURL = 'https://dev.mysql.com/get/Downloads/MySQL-'
125+
export const MySQLCDNDownloadsBaseURL = 'https://cdn.mysql.com//Downloads/MySQL-'
126126
// Versions 8.0.29, 8.0.38, 8.4.1, and 9.0.0 have been purposefully left out of this list as MySQL has removed them from the CDN due to critical issues.
127127
export const DOWNLOADABLE_MYSQL_VERSIONS = [
128128
'5.7.19', '5.7.20', '5.7.21', '5.7.22', '5.7.23', '5.7.24', '5.7.25', '5.7.26', '5.7.27', '5.7.28', '5.7.29', '5.7.30', '5.7.31', '5.7.32', '5.7.33', '5.7.34', '5.7.35', '5.7.36', '5.7.37', '5.7.38', '5.7.39', '5.7.40', '5.7.41', '5.7.42', '5.7.43', '5.7.44',

0 commit comments

Comments
 (0)