By mengweifu1985 on
i read Pro Drupal Development book , i see
Since Drupal still uses the LOCK TABLE command with InnoDB tables, be sure to disable autocommit
mode within MySQL, or MySQL and InnoDB will both take on table locks
i am modify my.ini file. insert " init_connect = ' SET AUTOCOMMIT = 0 ' " ,
but, i can't login my drupal site , why? like 'select' is good ,but insert,set,delete is incorrect .
i from china .sorry just a lot english , somebody help me? thanks
Comments
Try it without any changes
In over 3 years working with drupal I have never had to change anything on a standard MySQL set up.
Try it without any changes. Then if you have any problems, solve them.
gpdinoz
"Everything should be made as simple as possible, but not simpler." - Albert Einstein
Regards
Geoff
thanks
maybe .
but performance is important !
OK
innodb_flush_log_at_trx_commit=0
my drupal performance