What MySQL version did you install? If you are using MySQL 8.0.27 or higher you need to change ssl=0 in the my.ini config. I know Lethal is working to adapt the library without having to disable SSL but it's not ready yet.what version of MySql can i use for this plugin? I'm trying with the latest version of MySql and it always gives me the error 1114, but the problem is not in my MySql, because I can connect remotely through database manager programs.
my configuration is like this:
{
"Database":"mysql",
"MysqlHost":"localhost",
"MysqlUser":"God",
"MysqlPass":"mypass",
"MysqlDB":"ark_permissions",
"MysqlPort":3306,
"DbPathOverride":"",
"ClusterSyncTime": 60
}
I've already tried with localhost IP, 127.0.0.1, external IP and IP of my network interface, and it always returns the following error:
19:25 [Permission][critical] Failed to open connection!
19:25 [API][warning] (API::ArkBaseApi::LoadPlugin) Failed to load plugin - permissions
e: 1114