install/update.php | ●●●●● patch | view | raw | blame | history |
install/update.php
@@ -207,12 +207,14 @@ //** Create the mysql database $inst->configure_database(); if($conf['mysql']['master_slave_setup'] == 'y') { //** Update master database rights $reconfigure_master_database_rights_answer = $inst->simple_query('Reconfigure Permissions in master database?', array('yes','no'),'no'); if($reconfigure_master_database_rights_answer == 'yes') { $inst->grant_master_database_rights(); } } //** empty all databases $db_tables = $inst->db->getTables();