I updated my Linux 14.04 LTS to 18.04 and had to downgrade the PHP 7.2 to 7.0 as I need to run some software which is not capable of the preinstalled PHP 7.2. I used PHP 5 so far.
After I got everything runnning now, MySQL, Apache and PHP I created a new database and now I get a Notification that the controluser can't be connected and that 'pmp'@localhost has denied access.
This appears when I log into server localhost. If I choose localhost:3306 everything works fine. But I do not know why I have two server logins?
Can I somehow delete the localhost-access and only enable localhost:3306?
Any idea what I have to do? I'm a database newbie. Best