From 4f8a91a951597b4ea0c4cdad90ebc2e1e666e6b0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 May 2020 20:52:49 +0200 Subject: [PATCH] continue to fight the system to just do what I want it to do --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index ae23705..ab4941f 100755 --- a/install.sh +++ b/install.sh @@ -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