You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install dependency sudo ./install-dependencies.sh...There is an error at line mysql -u root --connect-expired-password -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '`cat pass.tmp`';flush privileges;"
The text was updated successfully, but these errors were encountered:
I was able to manually change this by using SET PASSWORD FOR 'root'@'localhost' = PASSWORD('`cat pass.tmp`');flush privileges; to set the password. It looks like the MariaDB version installed (5.5.68-MariaDB) only supports the SET syntax.
When I try to install dependency sudo ./install-dependencies.sh...There is an error at line
mysql -u root --connect-expired-password -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '`cat pass.tmp`';flush privileges;"
The text was updated successfully, but these errors were encountered: