I am gettin the mysql error "access denied for user 's_admin@localhost' and php error as 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection'.
i dont have IIS in my machine and in my config file, i am having multiple user- one for a remote server and one localhost. remote server login is working fine, but when i try to connect to local host, I am facing these errors. i have checked the username and password, it is correct. do i have to do anything in my local machine???
You're trying to connect to mysql with the username s_admin. Have you created this mysql user s_amin? The default user for mysql is root with no password set.