I just installed ubuntu 18.04 and installed LAMP on it, however I had trouble using mysql without the root privilege. when I write: mysql -u root -p and enter the password I configured it throws access denied. unless if I write sudo mysql -u root -p and enter the password that I’m able to connect. But I don’t want the