Page 1 of 1

missing plugins dir - mysql

PostPosted: 24. April 2017 19:57
by gulluva
Hi

I've been trying to add a user account in mysql and keep getting following error:

Error
SQL query:


SHOW PLUGINS SONAME LIKE '%_password_check%'
MySQL said: Documentation

#1018 - Can't read dir of 'C:\xampp\mysql\lib\plugin\' (errno: 2 "No such file or directory")

There is no lib directory in mysql in my installation

Can anyone help

Re: missing plugins dir - mysql

PostPosted: 25. April 2017 01:10
by Altrea
Hi,

Create the folder C:\xampp\mysql\lib\plugin\ manually.
That should fix this issue.

Best wishes,
Altrea

Re: missing plugins dir - mysql

PostPosted: 25. April 2017 06:59
by gulluva
Fixed it.

Thanks Altrea

Re: missing plugins dir - mysql

PostPosted: 20. May 2017 06:39
by cbourner
I'm having the same issue, so thanks for your reply.