My listening prot was 3306 but I changed it to 5980.
Now I’m getting this error on mysql admin
enter image description here
Cannot connect: invalid settings.
mysqli::real_connect(): (HY000/1045): Access denied for user ‘pma’@’localhost’ (using password: YES)
Connection for controluser as defined in your configuration failed.
mysqli::real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: YES)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
I need assistance in solving this error.
1