pkg: 增加mysql包
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;
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue