I want to create a new user for the MySql database, but when I create a new user with phpmyadmin, I get an error.
Executing an SQL query:
SHOW PLUGINS SONAME LIKE '%_PASSWORD_CHECK%'
I get an error message:
# 1018 - Unable to read the directory 'C: \ xampp \ mysql \ lib \ plugin \' (errno: 2 "There is no such file or directory")
source
share