The MySQL/MariaDB driver that's included in Drupal 9 and 10 core requires MySQL 5.7+ or MariaDB 10.3.7+.
This database driver lets you install and use Drupal 9 and 10 on MySQL 5.6 and MariaDB 10.0 and up.
Instructions
1. Installation
composer require drupal/mysql56
2. Configuration
2.a Without a pre-existing settings.php file
If you are installing Drupal from scratch, without a pre-existing settings.php file, and allowing the installer to write the settings.php file for you, then just follow the installer's instructions, and it will write out settings.php with the information that's needed.
2.b With a pre-existing settings.php file
If you already have a settings.php file, then this driver's namespace needs to be defined in your database settings. Assuming you are using default as the Connection key and Target in your database connection, add the following to the bottom of your settings.php file:
$databases['default']['default']['namespace'] = 'Drupal\\mysql56\\Driver\\Database\\mysql';
Earlier versions of this driver used 'Drupal\\Driver\\Database\\mysql' as the namespace instead of the one above. If your settings.php file still refers to this older namespace, it's recommended to change it to the new one, but the old one still works.
See the Database Configuration documentation for more information about the Connection key and Target.
Support
This module supports and is fully tested with:
- MySQL 5.6
It also allows:
- Maria DB 10.2
- Maria DB 10.1
- Maria DB 10.0
However, due to limitations with testing infrastructure, the Maria DB versions are not fully tested. It is possible that Drupal will introduce an incompatibility with these versions. Use at your own risk.
Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools
125 sites report using this module
- Created by effulgentsia on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
Development version: 8.x-1.x-dev updated 27 Sep 2024 at 20:29 UTC


