pkg: 增加mysql包

main
huangfeng 1 year ago
parent 10be138134
commit 300099f8a6

@ -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;
Loading…
Cancel
Save