MySQL Forums
Forum List  »  Newbie

Re: error
Posted by: Phillip Ward
Date: October 27, 2021 06:36AM

By default, MySQL 8.0 uses the more secure SHA2 authentication for the root user.

Are you attempting to connect your Application using the root user?

If so, don't.

Create a user for your Application to use, using a different authentication scheme, give that Account relevant permissions in the database and use that from your Application.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
October 26, 2021 09:55AM
October 26, 2021 10:49AM
October 27, 2021 04:11AM
October 27, 2021 10:59AM
October 27, 2021 12:00PM
October 27, 2021 02:22PM
Re: error
October 27, 2021 06:36AM


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.