i changed my password in mysql using the mysql server instance config wizard from the start menu. once i changed it, the access is denied to view all the database in phpMyAdmin..

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

- this error appeared in the screen. i hv re- installed it for many times, but nothing seems to work. pls help me....

Recommended Answers

All 2 Replies

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

Error Say Password is not provided
"using password: NO"

check your connection string

Agree with varma

if you are using php

mysql_connect(server, username , password);

if jsp then

jdbc:mysql://servername/database?user=username&password=password
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.