With PHP 7.0 Maysqldumper showed way to many notices. This changes the error_reporting level so notices are not shown anymore.
This commit converts all mysql_* function to the appropriate counterparts in mysqli. I used this tool for most of it: https://github.com/philip/MySQLConverterTool This makes it possible to continue using MysqlDumper with PHP 7.0