Re: ERROR 1045 (28000) Access denied for user
OK, went back to using mysql_native_password and turned off require_secure_transport as a test that basic remote connection still worked. I am able to connect using mysql_native_password and no SSL (YEA!!!). Turning on SSL, require_secure_transport=on with mysql_native_password and able to connect using SSL. So SSL seems to be solved. However turning on caching_sha2_password causes Access denied.
I had created a problem in the mysql.user table by adding the same user with the host set to ip address in attempting to solve connection problem.
'user1'@'%' AND 'user1'@'xxx.xxx.xxx.xxx' in user table. Dropped 'user1'@'%'.
So remaining problem is caching_sha2_password.
Subject
Written By
Posted
November 05, 2024 01:12AM
November 06, 2024 01:35PM
November 08, 2024 11:49AM
November 09, 2024 12:59AM
November 11, 2024 08:13AM
November 12, 2024 01:02PM
November 14, 2024 04:29AM
Re: ERROR 1045 (28000) Access denied for user
November 14, 2024 12:32PM
November 15, 2024 06:36AM
Sorry, only registered users may post in this forum.
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.