I am trying to bulk edit prices using the core bulk editor that comes with the WooCommerce plugin
The following is the server report
Hosting Package Crazy Domains – Business Hosting
Server Name cpanel2
Apache Version 2.2.26
PHP Version 5.4.34
MySQL Version 10.0.17-MariaDB-cll-lve
Architecture x86_64
Operating System linux
Shared IP Address 176.74.27.65
Path to sendmail /usr/sbin/sendmail
Path to Perl /usr/bin/perl
Perl Version 5.10.1
Hosting Manager Crazy Domains 2.5 (RC1)
After upgrading PHP to version 7 My website was down saying
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
When looking into it, PHP7 doesn’t support MySQL
Downgrading to PHP5.6 got my site running again
Apparently with PHP7 you need to use PDO or mysqli and neither of these are supported by WordPress