Why is MySQL support missing from the PHP installation?

Our web servers run PHP 7+ as standard. In this version of PHP the MySQL module has been replaced by either the 'mysqli' or 'PDO_MySQL' extension.

Read more about the MySQL extension deprecation on PHP's website

If you have a website using this module we recommend updating your code to use the latest modules.

However, if this isn't feasible or you're using third party software, you can run older versions of PHP on our Linux platform.

You're able to switch between PHP 5.3, 5.4, 5.5, 5.6 - all of which support the older MySQL module - by using the 'Switch PHP Version' icon inside the control panel.

  • MySQL support
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Which PHP functions are disabled on your WordPress platform?

Our WordPress platform has been specifically designed to offer the best...

Is ionCube PHP Loader installed?

The availability of ionCube can differ between our different platforms and PHP...

How do I change PHP version?

As standard, we run PHP 7+. If you wish to switch version, head to...

Why is my website not able to send mail?

A common reason for this relates to the address not matching your site domain....

Can I change my website's PHP configuration?

Yes, you can. This is available via the Manage Hosting > Select Package...