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
It was reported that in mysql 8, the current database gives the following error:
Error 2059: Authentication plugin 'caching_sha2_password' cannot be loaded: /home/anjasha/anaconda3/envs/lcogtsnpipe/lib/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
And that this error can be fixed with the following mysql command:
ALTER USER 'supernova'@'localhost' IDENTIFIED with mysql_native_password by ;
The text was updated successfully, but these errors were encountered:
It was reported that in mysql 8, the current database gives the following error:
Error 2059: Authentication plugin 'caching_sha2_password' cannot be loaded: /home/anjasha/anaconda3/envs/lcogtsnpipe/lib/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
And that this error can be fixed with the following mysql command:
ALTER USER 'supernova'@'localhost' IDENTIFIED with mysql_native_password by ;
The text was updated successfully, but these errors were encountered: