You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use this tool in Docker's mysql: latest (8.0.12), the error INFO [0000] Can not set time zone to UTC: this authentication plugin is not supported is displayed and can not be executed.
However, it works in Docker's mysql:5.6 case.
Also, in 8.0.12 the query SET @@ session.time_zone = "+00: 00"; could be executed directly.
Of course, the database schema is the same.
What is the cause?
The text was updated successfully, but these errors were encountered:
When trying to use this tool in Docker's mysql: latest (8.0.12), the error
INFO [0000] Can not set time zone to UTC: this authentication plugin is not supported
is displayed and can not be executed.However, it works in Docker's mysql:5.6 case.
Also, in 8.0.12 the query
SET @@ session.time_zone = "+00: 00";
could be executed directly.Of course, the database schema is the same.
What is the cause?
The text was updated successfully, but these errors were encountered: