I'm a archlinux user. Traying to solve another problem I follow the instructions of this post. Now when I try to install mariadb again the following message appears
mysql.user table already exists!
even when I eliminate everything related to mariadb. So I skip that and continue to the others steps of the installation, but I can't go too far because I can't create a new user. The following message appears
Access denied for user 'root'@'localhost' (using password: YES)
and
Access denied for user 'root'@'localhost' (using password: NO)
Any idea about how to solve this?
I tried write in the my.cnf file the skip-grant-tables
option, but it didn't work.