diff --git a/ncac/package/init.sql b/ncac/package/init.sql new file mode 100644 index 0000000..e8d3b34 --- /dev/null +++ b/ncac/package/init.sql @@ -0,0 +1,5 @@ +set global validate_password_policy=LOW; +set global validate_password_length=6; +ALTER USER USER() IDENTIFIED BY '123456'; +GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '123456' WITH GRANT OPTION; +FLUSH PRIVILEGES; diff --git a/ncac/package/mysql-community-common-5.7.44-1.el7.x86_64.rpm b/ncac/package/mysql-community-common-5.7.44-1.el7.x86_64.rpm new file mode 100644 index 0000000..889ccf1 Binary files /dev/null and b/ncac/package/mysql-community-common-5.7.44-1.el7.x86_64.rpm differ diff --git a/ncac/package/mysql-community-libs-5.7.44-1.el7.x86_64.rpm b/ncac/package/mysql-community-libs-5.7.44-1.el7.x86_64.rpm new file mode 100644 index 0000000..efc2e9d Binary files /dev/null and b/ncac/package/mysql-community-libs-5.7.44-1.el7.x86_64.rpm differ diff --git a/ncac/package/mysql57-community-release-el7-9.noarch.rpm b/ncac/package/mysql57-community-release-el7-9.noarch.rpm new file mode 100644 index 0000000..2b3334d Binary files /dev/null and b/ncac/package/mysql57-community-release-el7-9.noarch.rpm differ