I’m installing XIBO and I have one x left on the prerequisites. It’s for enabling MYSQL support. My configuration is a Windows 2008 server, MySQL5.6 Community Edition, PHP 7 and Apache2.4. When I open the apache info page, it shows that the module for mysqli is enabled. I’m pretty sure it is loaded but XIBO isn’t recognizing it. Is there a way to test this extension? I’m at a loss for what it could be. in my c:\php\php.ini the extension is NOT commented. Any help would be greatly appreciated. Thanks.
I tried this:
<?php echo 'step 1'; $link = mysqli_connect('localhost','user','pass); if ($link) { echo 'Connected successfully!'; } ?>And it seemed to connect…