I am on linux and I have never installed a database management system but when I type in the terminal mysql --version
I get mysql Ver 15.1 Distrib 10.1.26-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
.
I can connect to the database without a password when I type mysql
without any password.
Meanwhile, I installed Adminer and I would like to use it alternatively phpmyadmin to manage my database but I can not connect myself I receive the following error in my browser Access denied for user 'root' @ 'localhost'
.
I try all the methods found on google google to create a root password but I can not.
I tried the solutions proposed here:
And many oder link.
How can I set a root password for mysql to use it in Adminer