Recently, installing MediaWiki 1.28.0 i encountered a problem. It's cause seems to be part of canCreateAccounts method located at line 314 of /includes/installer/MysqlInstaller.php file. It looks like on some servers this code is executed and it's causing error. Here's full error:
Notice: Undefined property: stdClass::$PRIVILEGE_TYPE in /public_html/w/includes/installer/MysqlInstaller.php on line 283 Notice: Undefined property: stdClass::$IS_GRANTABLE in /public_html/w/includes/installer/MysqlInstaller.php on line 286 Fatal error: Call to undefined method DatabaseMysqli::likeToRegex() in /public_html/w/includes/installer/MysqlInstaller.php on line 315