beansbaxter
Verified User
Troubleshooting:
Logging into MySQL does not work:
Using the instructions here:
Running MariaDB 10.5.16 on CentOS 7 with the latest version of DA, if it matters.
Any help would be greatly appreciated.
Logging into MySQL does not work:
Code:
# mysql -uda_admin -p
Enter password:
ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)
Using the instructions here:
Code:
# systemctl stop mysqld
# systemctl set-environment MYSQLD_OPTS="--skip-grant-tables"
# systemctl start mysqld
# mysql mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD('###########') WHERE user='root'; FLUSH PRIVILEGES;"
ERROR 1348 (HY000) at line 1: Column 'authentication_string' is not updatable
Running MariaDB 10.5.16 on CentOS 7 with the latest version of DA, if it matters.
Any help would be greatly appreciated.
Last edited: