2.0 Upgrade Database Error

Re: 2.0 Upgrade Database Error

by Tim Dalton -
Number of replies: 2

SHOW VARIABLES LIKE '%bin%'

It will show initially STATEMENT. Then run the following command and it will update the status to MIXED. It takes some time, reopen the mysql command line window and check.

SET GLOBAL binlog_format = 'MIXED';

This worked perfectly for me today, thanks smile

Tim

In reply to Tim Dalton

Re: 2.0 Upgrade Database Error

by Abdellah Azizi -

Hi, smile

What about MSSQL?

In reply to Abdellah Azizi

Re: 2.0 Upgrade Database Error

by madhu bheemagani -

Before Upgrading you must check below requirements

Before upgrading what all the plug-ins available in Moodle 1.9, you have to cross check once in upgraded version plug-ins available or not in Moodle 2.2 package, if not there you have to put in respective plugins folder.

You have to be more careful if you have installed additional plug-ins or customized the code.


See More