phpmyadmin is not working after installing mysql workbench -
i have been working php , use phpmyadmin database.then installed mysql workbench work further mysql. after installing mysql workbench phpmyadmin not working.i following error.
mysql said: documentation
1045 - access denied user 'root'@'localhost' (using password: no) mysqli_real_connect(): (hy000/1045): access denied user 'pma'@'localhost' (using password: no) connection controluser defined in configuration failed. mysqli_real_connect(): (hy000/1045): access denied user 'root'@'localhost' (using password: no) phpmyadmin tried connect mysql server, , server rejected connection. should check host, username , password in configuration , make sure correspond information given administrator of mysql server
how rectify error?
Comments
Post a Comment