taylorkelly / BigBrother

GNU General Public License v3.0
29 stars 20 forks source link

build#251 sql not disabled #47

Open sukminedik opened 13 years ago

sukminedik commented 13 years ago

[SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother

even tho the yml says h2

N3X15 commented 13 years ago

Please paste your yml.

Raptor2213 commented 13 years ago

Have the same issue. My yml is:

database: cleanse-age: 3d deletes-per-cleansing: '1000' max-records: '3000000' type: MYSQL send-delay: 4 mysql: port: 3306 username: root engine: MyISAM low-priority-insert: true hostname: localhost password: ***** database: minecraft prefix: '' use-persistant-connection: true general: personal-log-files: true auto-watch: true default-search-radius: 10 restore-fire: false stick-item: 280 rollbacks-per-tick: 2000 debug-mode: false library-autodownload: true excluded-blocks: [] tnt-threshold: 10.0 watched: environment: lava-flow: true leaf-decay: true player: ip-player: true disconnect: true login: true teleport: true drop-item: false pickup-item: false explosions: tnt: true creeper: true misc: true chat: commands: true chat: true blocks: chest-changes: true block-place: true block-break: true misc: flint-logging: true door-open: false lever-switch: false button-press: false

Raptor2213 commented 13 years ago

251 also breaks MultiWorld.

J0s3f commented 13 years ago

happens when persistant connections are enabled!

Kuppit commented 13 years ago

How to disable persistant connections?

J0s3f commented 13 years ago

it is a setting in the BigBrother.yml

Raptor2213 commented 13 years ago

So why is this enabled by default if all it does is screw everything up?

jjcf89 commented 13 years ago

I had the same issue. Disabling persistent connections solved it and now BB connects to the database.

I am using the recommended test build for 1.4 and CB build #653

N3X15 commented 13 years ago

Disabled persistant connections temporarily.