continue to fight the system to just do what I want it to do

This commit is contained in:
Dennis Eichhorn 2020-05-22 20:52:49 +02:00
parent 0d014f0319
commit 4f8a91a951

View File

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