Upgrading Moodle database from version 1.9.5+ (Build: 20090715) (2007101550) to 1.9.9+ (Build: 20100707) (2007101590)...


(mysql): SELECT * FROM mdl_log_display WHERE action = 'update' AND module = 'tag' LIMIT 1  

(mysql): SELECT * FROM mdl_log_display WHERE id = '-1'  

(mysql): INSERT INTO mdl_log_display ( MODULE, ACTION, MTABLE, FIELD ) VALUES ( 'tag', 'update', 'tag', 'name' )  

(mysql): SELECT LAST_INSERT_ID()  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101551' WHERE name = 'version'  

(mysql): SELECT * FROM mdl_config WHERE name = 'passwordpolicy' AND value = '0' LIMIT 1  

(mysql): DELETE FROM mdl_config WHERE name = 'passwordpolicy'  

Moodle 1.9.7 contains a number of security fixes to user passwords and backups to protect the user data on your site. As a result some of your settings and permissions relating to backups may have changed.
See the Moodle 1.9.7 release notes for full details.


(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101561.01' WHERE name = 'version'  

(mysql): SELECT DISTINCT u.id, u.firstname, u.lastname, u.picture, u.imagealt, u.email, u.password, u.mailformat FROM mdl_role_capabilities rc JOIN mdl_role_assignments ra ON (ra.contextid = rc.contextid AND ra.roleid = rc.roleid) JOIN mdl_user u ON u.id = ra.userid WHERE rc.capability = 'moodle/site:doanything' AND rc.permission = 1 AND u.deleted = 0 AND rc.contextid = 1 AND (u.auth='manual' OR u.auth='email')  

(mysql): SELECT * FROM mdl_user_preferences WHERE userid = '2' AND name = 'auth_forcepasswordchange' LIMIT 1  

(mysql): UPDATE mdl_user_preferences SET value = '1' WHERE id = '1'  
ERROR: Could not instantiate mail function.
(mysql): INSERT INTO mdl_log (time, userid, course, ip, module, cmid, action, url, info) VALUES ('1279016798', '2', '1', '192.168.0.184', 'library', '0', 'mailer', 'http://www.elan-romania.eu/elearning/moodle/admin/index.php?confirmupgrade=1&confirmrelease=1&con...', 'ERROR: Could not instantiate mail function.')  

(mysql): SELECT * FROM mdl_user_preferences WHERE userid = '3' AND name = 'auth_forcepasswordchange' LIMIT 1  

(mysql): SELECT * FROM mdl_user_preferences WHERE id = '-1'  

(mysql): INSERT INTO mdl_user_preferences ( USERID, NAME, VALUE ) VALUES ( 3, 'auth_forcepasswordchange', '1' )  

(mysql): SELECT LAST_INSERT_ID()  
ERROR: Could not instantiate mail function.
(mysql): INSERT INTO mdl_log (time, userid, course, ip, module, cmid, action, url, info) VALUES ('1279016798', '2', '1', '192.168.0.184', 'library', '0', 'mailer', 'http://www.elan-romania.eu/elearning/moodle/admin/index.php?confirmupgrade=1&confirmrelease=1&con...', 'ERROR: Could not instantiate mail function.')  

(mysql): SELECT * FROM mdl_user_preferences WHERE userid = '9' AND name = 'auth_forcepasswordchange' LIMIT 1  

(mysql): INSERT INTO mdl_user_preferences ( USERID, NAME, VALUE ) VALUES ( 9, 'auth_forcepasswordchange', '1' )  

(mysql): SELECT LAST_INSERT_ID()  
ERROR: Could not instantiate mail function.
(mysql): INSERT INTO mdl_log (time, userid, course, ip, module, cmid, action, url, info) VALUES ('1279016798', '2', '1', '192.168.0.184', 'library', '0', 'mailer', 'http://www.elan-romania.eu/elearning/moodle/admin/index.php?confirmupgrade=1&confirmrelease=1&con...', 'ERROR: Could not instantiate mail function.')  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101561.02' WHERE name = 'version'  

(mysql): SELECT DISTINCT u.id, u.firstname, u.lastname, u.picture, u.imagealt, u.email, u.password FROM mdl_role_capabilities rc JOIN mdl_role_assignments ra ON (ra.contextid = rc.contextid AND ra.roleid = rc.roleid) JOIN mdl_user u ON u.id = ra.userid WHERE rc.capability = 'moodle/site:doanything' AND rc.permission = 1 AND u.deleted = 0 AND rc.contextid = 1 AND u.auth<>'manual' AND u.auth<>'email'  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101563.02' WHERE name = 'version'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/cas'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='cas'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/db'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/email'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/fc'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='fc'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/imap'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='imap'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/ldap'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/manual'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/mnet'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='mnet'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/nntp'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='nntp'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/none'  

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/pam'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='pam'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/pop3'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='pop3'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/radius'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='radius'  
Success

(mysql): SELECT name,value FROM mdl_config_plugins WHERE plugin = 'auth/shibboleth'  

(mysql): UPDATE mdl_user SET password='not cached' WHERE auth='shibboleth'  
Success

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101563.03' WHERE name = 'version'  

(mysql): SELECT id, category, sortorder from mdl_course ORDER BY sortorder ASC;  

(mysql): UPDATE mdl_course SET sortorder = '1000' WHERE id = '1'  

(mysql): UPDATE mdl_course SET sortorder = '2001' WHERE id = '9'  

(mysql): UPDATE mdl_course SET sortorder = '3002' WHERE id = '13'  

(mysql): UPDATE mdl_course SET sortorder = '3003' WHERE id = '12'  

(mysql): UPDATE mdl_course SET sortorder = '3004' WHERE id = '11'  

(mysql): UPDATE mdl_course SET sortorder = '3005' WHERE id = '15'  

(mysql): UPDATE mdl_course SET sortorder = '3006' WHERE id = '10'  

(mysql): UPDATE mdl_course SET sortorder = '3007' WHERE id = '20'  

(mysql): UPDATE mdl_course SET sortorder = '4008' WHERE id = '21'  

(mysql): UPDATE mdl_course SET sortorder = '4009' WHERE id = '2'  

(mysql): UPDATE mdl_course SET sortorder = '5010' WHERE id = '16'  

(mysql): UPDATE mdl_course SET sortorder = '6011' WHERE id = '3'  

(mysql): UPDATE mdl_course SET sortorder = '7012' WHERE id = '4'  

(mysql): UPDATE mdl_course SET sortorder = '8013' WHERE id = '18'  

(mysql): UPDATE mdl_course SET sortorder = '9014' WHERE id = '19'  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101571.01' WHERE name = 'version'  

(mysql): SELECT * FROM mdl_mnet_host WHERE wwwroot = 'http://www.elan-romania.eu/elearning/moodle' LIMIT 1  

(mysql): SELECT * FROM mdl_mnet_host WHERE (wwwroot = '') LIMIT 1  

(mysql): SELECT id FROM mdl_mnet_application WHERE name = 'moodle' LIMIT 1  

(mysql): SELECT id, id AS id2 FROM mdl_mnet_host  

(mysql): SELECT id FROM mdl_user u1 WHERE u1.mnethostid NOT IN (1, 2) AND NOT EXISTS ( SELECT 'x' FROM mdl_user u2 WHERE u2.username = u1.username AND u2.mnethostid = 1)  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '39'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '40'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '41'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '42'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '43'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '44'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '45'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '47'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '48'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '49'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '50'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '51'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '52'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '53'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '54'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '55'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '56'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '57'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '58'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '59'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '60'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '61'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '62'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '63'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '64'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '65'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '66'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '67'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '68'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '69'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '70'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '71'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '72'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '73'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '74'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '75'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '76'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '77'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '78'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '79'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '80'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '81'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '82'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '83'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '84'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '85'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '86'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '87'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '89'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '90'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '91'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '92'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '93'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '94'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '95'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '96'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '97'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '98'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '99'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '100'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '101'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '103'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '104'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '105'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '106'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '107'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '109'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '110'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '111'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '113'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '114'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '117'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '118'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '119'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '120'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '121'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '122'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '123'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '124'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '125'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '127'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '128'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '130'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '131'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '132'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '133'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '135'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '136'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '137'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '138'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '139'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '140'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '141'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '142'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '143'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '144'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '145'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '146'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '147'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '148'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '149'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '150'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '151'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '152'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '153'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '154'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '156'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '158'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '159'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '161'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '162'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '163'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '165'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '166'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '167'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '168'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '170'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '171'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '172'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '174'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '175'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '176'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '177'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '178'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '181'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '182'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '183'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '184'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '185'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '186'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '187'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '188'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '189'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '190'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '191'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '192'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '193'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '194'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '195'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '196'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '197'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '199'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '200'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '202'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '203'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '204'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '205'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '206'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '207'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '208'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '209'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '211'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '214'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '216'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '219'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '220'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '222'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '223'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '224'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '225'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '228'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '232'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '233'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '234'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '235'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '236'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '237'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '238'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '240'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '241'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '242'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '243'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '244'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '245'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '246'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '247'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '248'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '249'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '250'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '251'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '252'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '254'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '255'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '256'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '258'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '259'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '260'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '261'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '262'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '263'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '264'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '266'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '267'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '268'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '269'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '270'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '271'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '272'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '273'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '274'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '275'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '276'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '277'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '278'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '279'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '280'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '281'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '282'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '283'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '284'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '285'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '286'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '287'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '288'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '289'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '290'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '292'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '293'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '294'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '295'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '296'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '297'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '299'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '300'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '301'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '302'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '304'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '305'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '306'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '307'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '308'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '309'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '310'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '311'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '314'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '316'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '317'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '319'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '320'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '321'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '322'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '324'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '325'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '326'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '327'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '328'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '329'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '330'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '331'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '332'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '334'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '336'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '337'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '339'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '340'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '341'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '343'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '344'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '346'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '347'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '348'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '349'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '350'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '351'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '352'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '353'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '354'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '355'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '356'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '357'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '359'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '360'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '361'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '362'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '363'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '364'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '365'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '366'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '367'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '368'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '370'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '371'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '373'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '374'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '375'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '376'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '377'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '378'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '379'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '380'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '382'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '383'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '384'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '386'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '387'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '388'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '389'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '390'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '391'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '393'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '394'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '395'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '396'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '397'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '398'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '399'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '400'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '401'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '402'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '403'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '404'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '406'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '407'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '408'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '409'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '412'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '413'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '414'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '416'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '417'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '418'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '419'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '420'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '421'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '422'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '423'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '424'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '425'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '426'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '427'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '429'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '430'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '431'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '434'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '435'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '436'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '437'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '438'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '439'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '440'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '441'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '442'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '444'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '446'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '447'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '448'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '449'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '450'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '451'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '452'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '455'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '456'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '457'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '458'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '459'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '460'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '461'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '462'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '463'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '464'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '465'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '466'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '467'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '469'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '470'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '471'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '472'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '473'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '474'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '475'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '476'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '477'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '478'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '479'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '480'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '481'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '482'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '483'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '484'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '485'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '486'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '487'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '488'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '489'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '490'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '491'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '494'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '495'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '496'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '497'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '498'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '499'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '500'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '501'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '503'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '504'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '505'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '506'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '507'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '508'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '509'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '510'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '511'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '512'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '513'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '514'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '515'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '516'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '517'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '518'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '519'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '520'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '521'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '522'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '523'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '524'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '525'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '526'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '527'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '529'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '530'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '531'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '532'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '533'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '534'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '535'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '536'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '537'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '539'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '540'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '541'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '542'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '545'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '546'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '547'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '548'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '549'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '550'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '551'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '552'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '553'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '555'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '556'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '557'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '558'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '560'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '561'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '562'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '564'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '566'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '567'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '568'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '569'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '570'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '571'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '572'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '573'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '574'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '575'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '576'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '577'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '578'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '579'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '580'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '584'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '585'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '586'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '587'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '588'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '589'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '590'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '591'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '592'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '593'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '594'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '595'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '597'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '598'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '599'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '601'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '602'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '603'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '604'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '605'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '606'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '607'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '608'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '609'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '610'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '611'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '612'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '613'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '614'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '615'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '616'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '617'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '619'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '621'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '622'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '623'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '624'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '627'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '628'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '629'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '631'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '632'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '633'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '634'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '635'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '636'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '637'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '638'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '639'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '640'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '642'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '643'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '644'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '645'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '646'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '647'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '648'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '649'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '650'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '651'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '652'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '653'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '654'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '655'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '656'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '658'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '659'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '660'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '661'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '662'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '663'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '664'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '665'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '666'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '667'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '668'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '669'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '670'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '671'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '673'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '674'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '675'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '676'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '677'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '678'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '680'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '681'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '682'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '683'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '685'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '686'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '688'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '689'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '690'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '691'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '692'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '693'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '694'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '695'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '696'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '697'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '699'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '700'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '701'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '702'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '704'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '705'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '706'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '708'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '709'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '710'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '711'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '712'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '713'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '714'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '715'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '717'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '718'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '720'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '722'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '723'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '725'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '726'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '727'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '728'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '729'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '730'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '731'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '732'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '733'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '734'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '735'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '736'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '738'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '739'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '740'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '741'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '742'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '743'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '744'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '745'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '746'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '747'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '751'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '752'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '754'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '755'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '756'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '757'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '758'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '759'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '760'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '761'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '763'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '764'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '768'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '769'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '770'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '771'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '772'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '773'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '774'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '775'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '776'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '777'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '778'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '779'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '780'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '781'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '782'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '783'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '784'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '785'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '786'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '791'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '792'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '793'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '794'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '795'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '796'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '797'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '798'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '799'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '800'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '801'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '802'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '803'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '804'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '805'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '806'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '807'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '808'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '809'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '810'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '811'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '812'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '813'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '814'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '815'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '816'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '817'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '818'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '819'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '820'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '821'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '822'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '823'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '824'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '825'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '826'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '827'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '828'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '829'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '830'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '831'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '832'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '833'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '834'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '835'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '836'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '837'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '838'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '839'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '840'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '841'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '842'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '843'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '844'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '845'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '846'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '847'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '848'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '849'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '851'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '852'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '854'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '855'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '856'  

(mysql): UPDATE mdl_user SET mnethostid = '1' WHERE id = '880'  

(mysql): UPDATE mdl_mnet_host SET applicationid = '1' WHERE id = 1 or id = 2  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101571.02' WHERE name = 'version'  

(mysql): ALTER TABLE mdl_mnet_host MODIFY COLUMN portno MEDIUMINT(5) unsigned NOT NULL DEFAULT 0  
Success

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101571.03' WHERE name = 'version'  

(mysql): SELECT name FROM mdl_config WHERE name = 'filter_tex_latexpreamble' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '\\usepackage[latin1]{inputenc} \\usepackage{amsmath} \\usepackage{amsfonts} \\RequirePackage{amsmath,amssymb,latexsym} ' WHERE name = 'filter_tex_latexpreamble'  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101571.04' WHERE name = 'version'  

(mysql): DELETE FROM mdl_config WHERE name = 'regenloginsession'  

(mysql): SELECT name FROM mdl_config WHERE name = 'version' LIMIT 1  

(mysql): UPDATE mdl_config SET value = '2007101571.05' WHERE name = 'version'  
Database was successfully upgraded