Skip to content

Commit 2d03b45

Browse files
committed
remove code from last commit
1 parent a6c847e commit 2d03b45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

install/lib/installer_base.lib.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -716,14 +716,6 @@ public function grant_master_database_rights($verbose = false) {
716716
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
717717
}
718718

719-
$query = "GRANT SELECT, INSERT, UPDATE ON ?? TO ?@?";
720-
if ($verbose){
721-
echo $query ."\n";
722-
}
723-
if(!$this->dbmaster->query($query, $value['db'] . '.managed_php', $value['user'], $host)) {
724-
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
725-
}
726-
727719
}
728720

729721
}

0 commit comments

Comments
 (0)