Danial Klimkin wrote: > Greetings! > > > You also have to convert all the tables to InnoDB. > For each of you tables you should execute: > > ALTER TABLE <table_name> TYPE=InnoDB; > > (from mysql console) You can leave 'sessions' table not converted. > > > SY, Danial.