MySQL has a plugin that allows user authentication against current user’s Windows credentials. The plugin is ‘authentication_windows.dll’
.
I get the following error message from SQLyog:
Error No. 2058 Plugin authentication_windows_client could not be loaded: The specified module could not be found.
The “authentication_windows_client” is a dll
that is supposed to be loaded on the client side. Actually I think that SQLyog
is looking for an older dll
which has been replaced by MySQL with ‘libmysql.dll’
.
How do I make SLQyog load the correct dll
?