Recent Topics

1 Dec 05, 2008 18:06    

My b2evolution Version: Not Entered

Hi,

I have converted the myisam tables of b2evo to innodb, as this turns out to be more stable than myisam on my blog (>60.000 articles, >80.000 comments)

Now I want to enable transactions and other innodb-functions but for that I need the relations within the database (foreign keys etc.)

Does anyone have a script that I can run on my former MyIsam db in order to enable this?

Hope anyone has an answer! :-)
Joost.

2 Dec 11, 2008 14:02

Look at conf/_advanced.php

$db_config['use_transactions'] = true;


Form is loading...