Skip to content

Commit a03428a

Browse files
authored
Merge pull request #302 from ISISComputingGroup/Ticket8885
Update mysql to 8.4.9
2 parents 72cfc94 + 64f2aba commit a03428a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installation_and_upgrade/ibex_install_utils/tasks/mysql_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
MYSQL8_INSTALL_DIR = os.path.join(APPS_BASE_DIR, "MySQL")
3434
MYSQL57_INSTALL_DIR = os.path.join("C:\\", "Program Files", "MySQL", "MySQL Server 5.7")
35-
MYSQL_LATEST_VERSION = "8.4.7"
35+
MYSQL_LATEST_VERSION = "8.4.9"
3636
MYSQL_ZIP = os.path.join(
3737
INST_SHARE_AREA,
3838
"kits$",

0 commit comments

Comments
 (0)