Skip to content
Snippets Groups Projects
Commit c796b615 authored by vogelor's avatar vogelor
Browse files

redo changes of the installer because of some sophisticated systems

parent 4142f13c
No related branches found
No related tags found
No related merge requests found
......@@ -232,13 +232,12 @@ if( !$inst->db->query('DROP DATABASE IF EXISTS '.$conf['mysql']['database']) ) {
$inst->configure_database();
if($conf['mysql']['master_slave_setup'] == 'y') {
/*
* Because of security updates and because of new functions in den new Version it is
* better to ALWAYS reconfigure the rights and never ask!
* (for example if we add some new tables to the monitor and the old rights don't have the
* permission to read this tables the monitor always returns a error)
*/
$inst->grant_master_database_rights();
//** 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment