PEXPlugins / PermissionsEx

A powerful permissions plugin for Minecraft
https://permissionsex.stellardrift.ca
Apache License 2.0
479 stars 297 forks source link

MySQL Error #2342

Closed PeterkalM closed 8 years ago

PeterkalM commented 8 years ago

When I try to import MySQL backend back to file backend I get this error: http://pastebin.com/tcF3Xq4g

Config.yml:

multiserver: use-netevents: true permissions: debug: false allowOps: false user-add-groups-last: false log-players: false createUserRecords: false backend: file informplayers: changes: false basedir: plugins/PermissionsEx backends: file: type: file file: permissions.yml sql: uri: mysql://_/_ user: **** password: **** aliases: permissions: server_permissions permissions_inheritance: server_inheritance permissions_entity: server_entity type: sql updater: true alwaysUpdate: false

Stormbow commented 8 years ago

Why would you post it in the PEX tickets when it says "Please report this to http://www.spigotmc.org/"?

Did you follow the Migrating Between Backends documentation?

PeterkalM commented 8 years ago

Yes and I even tried in Minecraft 1.9 and did not worked.

zml2008 commented 8 years ago

You've set the watchdog timeout too low -- you need to change that in the server.properties.