I want to create a new user for MySql database but when I create a new user with phpmyadmin
I get an error.
On executing the SQL query:
SHOW PLUGINS SONAME LIKE '%_PASSWORD_CHECK%'
I am getting the error:
#1018 - Can't read dir of 'C:\xampp\mysql\lib\plugin\' (errno: 2 "No such file or directory")
This problem arises because the folder doesn't exist. You need to first create the folder C:\xampp\mysql\lib\plugin\
, and then try to create the user again.
Regards, C.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With