From 160c3f428ce7ae3b80d6d08ca796f6881b1c8eca Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sat, 24 Mar 2012 23:25:43 +0000 Subject: [PATCH] Mysql is bad. --- Essentials/src/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 2399b9be9..316394af0 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -406,6 +406,8 @@ protect: # Database settings for sign/rail protection # mysql or sqlite + # We strongly recommend against using mysql here, unless you have a good reason. + # sqllite seems to be faster in almost all cases, and in some cases mysql can be far far slower. datatype: 'sqlite' # If you specified MySQL above, you MUST enter the appropriate details here.