Answer the question
In order to leave comments, you need to log in
How to access mariadb?
Installed mariadb without conflicts.
On the status message gives
Answer the question
In order to leave comments, you need to log in
1. By default, login is not by password, but on behalf of the user, that is,
sudo mariadb
2. Set a new password and change the type of authorization (to by login\password)
update mysql.user set authentication_string=PASSWORD("bla-bla-bla"), plugin="mysql_native_password" where User='root' and Host='localhost';
FLUSH PRIVILEGES;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question