rezwanh001 / Online-Voting-System-using-php-and-mysql

php and mysql project
131 stars 116 forks source link

Access denied for user 'root'@'localhost' (using password: NO) #12

Open 1234big opened 6 years ago

1234big commented 6 years ago

i am receiving Access denied for user 'root'@'localhost' (using password: NO) how to solve it ? not in phpmyadmin in login form for admin wen i type the user name and pass and enter ok button

monu11296 commented 6 years ago

Are you able to resolve it or not ?? I am also getting the same issue.

Darlenequame commented 6 years ago

We'll help resolve the issue soon

On 10:02AM, Mon, May 7, 2018 monu11296 notifications@github.com wrote:

Are you able to resolve it or not ?? I am also getting the same issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rezwanulhaquerezwan/Online-Voting-System-using-php-and-mysql/issues/12#issuecomment-387004122, or mute the thread https://github.com/notifications/unsubscribe-auth/AWfMP1j4opUoLkqY3rpsBWT5DMDg_oJDks5twA2UgaJpZM4TsRAy .

Darlenequame commented 6 years ago

Sorry guys for the late support

Darlenequame commented 6 years ago

there's been a description of the username and password in the description file, kindly post the code for me to see

Vignesh-Jothi commented 3 weeks ago

This error typically occurs when the MySQL server does not allow the user 'root' to connect without a password. Check your connection file to ensure you have entered the correct username and password for your local environment. @1234big