Skip to content

Commit 98c40c0

Browse files
committed
Upgrade:
- tomcat to v9.0.86; - java to v11.0.22+7; - mysql server to v8.0.36; Downgrade: - Scada-LTS v2.6.18;
1 parent 48ac3cf commit 98c40c0

13 files changed

Lines changed: 5 additions & 5 deletions

mysql_start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
MYSQL_MAJOR_VERSION=8
33
MYSQL_MINOR_VERSION=0
4-
MYSQL_PATCH_VERSION=33
4+
MYSQL_PATCH_VERSION=36
55

66
INSTALLER_HOME=$(dirname "$(realpath "$0")")
77
MYSQL_BASE="${INSTALLER_HOME}/mysql"
@@ -14,7 +14,7 @@ BINDIR="$MYSQL_HOME/bin"
1414
MYSQLD_PID="$DATADIR/mysqld.pid"
1515

1616
#Java
17-
JAVA_VERSION="11.0.19"
17+
JAVA_VERSION="11.0.22"
1818
JAVA_UPDATE=7
1919
MACHINE_TYPE=`uname -m`
2020
INSTALLER_HOME=$(dirname "$(realpath "$0")")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)