MySQL Forums
Forum List  »  Newbie

Re: Can't find plugin: caching_sha2_password in 8.0 RC
Posted by: Georgi Kodinov
Date: March 01, 2018 01:29AM

> I meant the new one: caching_sha2_password.dll which I can't find anywhere.

There's no such standalone dll.

Authentication plugins come in pairs: a server plugin and a libmysql plugin.

The server plugin for caching_sha2_password is built into mysqld.exe.
And is visible (as I've explained) in the output of SHOW PLUGINS.

The corresponding libmysql plugin is also built in, but in libmysql.dll.

> Previously, libmysql.dll was enough to connect by itself. Why not include it in libmysql.dll so everyone has easy access?

It is still fully sufficient for you to connect.

I guess there's some misunderstanding here. Please make sure you're running Oracle's 8.0 mysql client library (libmysql) and Oracle's 8.0 server (mysqld) and that you're connecting one to the other.

You could also download (if you haven't done so already) the 8.0's tests and run them and examine their contents. They test the new authentication very extensively.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote




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.