MySQL Forums
Forum List  »  Install & Repo

Re: MySQL ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Posted by: Peter Brawley
Date: November 02, 2018 10:35PM

When you created the new user, you used the newer methods? Did you flush privileges?

Let's see the results now from ...

select host, user, authentication_string from mysql.user;

From the host where your java app tries to connect, can you connect to this server using the mysql client program using the credentials used by the java app?

Same question for the mysql client program running on the server.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
November 02, 2018 10:35PM
January 06, 2019 07:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.