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.

  • 0 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 security, performance and...

Can I use parent paths in Classic ASP?

ASP Parent Paths are disabled on our platform. As a result, Classic ASP scripts using “../”...

How can I show detailed ASP errors?

By default, Windows Server hides application errors from your website. You can override this by...

Is ionCube PHP Loader installed?

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

How do I change PHP version?

As standard, we run PHP 7+. If you wish to switch version, head to www.startcp.com > Manage...