From 412e3e6917233fe612354622a18b3f9cdf3a350c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 13 Sep 2019 09:52:30 +0200 Subject: [PATCH] MDEV-9546 mysqlaccess script shows an old version (which was vulnerable to CVE-2005-0004) update mysqlaccess version --- scripts/mysqlaccess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index b75a8b74ece..6f2fb5aae7d 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -26,7 +26,7 @@ use Fcntl; BEGIN { # **************************** # static information... - $VERSION = "2.06, 20 Dec 2000"; + $VERSION = "2.10, 13 Sep 2019"; $0 =~ m%/([^/]+)$%o; $script = $1; $script = 'MySQLAccess' unless $script;