X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FMysqlInstaller.php;h=09051f410d2fffc0e65adbeb2979a41d75a8de53;hp=72697739c887ae78f012574f1a7276ee579771f7;hb=a7b9cc4946a2f7fb081f64d9230bf944736a185b;hpb=cf3deb6637cf4aab2678949e5ccec8084eec9907 diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index 72697739c8..09051f410d 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -21,6 +21,10 @@ * @ingroup Deployment */ +use Wikimedia\Rdbms\Database; +use Wikimedia\Rdbms\DBQueryError; +use Wikimedia\Rdbms\DBConnectionError; + /** * Class for setting up the MediaWiki database using MySQL. *