mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-15 13:28:40 +00:00
continue to fight the system to just do what I want it to do
This commit is contained in:
parent
0d014f0319
commit
4f8a91a951
|
|
@ -23,6 +23,11 @@ apt-get install npm git php7.4 php7.4-dev php7.4-cli php7.4-common php7.4-mysql
|
|||
# exit;
|
||||
# else mysql >= 5.7
|
||||
# ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
|
||||
# else mysql even newer
|
||||
# UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root';
|
||||
# flush privileges;
|
||||
# update mysql.user set plugin='' where user='root';
|
||||
# flush privileges;
|
||||
|
||||
# /etc/postgresq/...
|
||||
# change from md5 to trust
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user