build: 增加健康评估的安装模块

main
huangfeng 5 months ago
parent c4d84856aa
commit 7be76fef49

@ -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;

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save