MySQL PDO extension [SOLVED]

Permalink
I am trying to do a clean install of 5.8, but I keep getting a MySQL PDO Extension Enabled error on the install page. I've talked with my web host. They say it's turned on. Version 5.7 runs fine. Looking for any advice.

 
jasteele12 replied on at Permalink Best Answer Reply
jasteele12
Best to verify it yourself. Create a PHP file in your public webroot directory:
<?php
phpinfo();

Goto http://yoursite.com/thatfile.php...

You should see the PDO and pdo_mysql sections...
trptmn replied on at Permalink Reply
Thanks. Turns out the web host had to update the PHP version. As soon as they did that, it installed fine.