ifrequire DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';
// Example Acquia Cloud Require Line
if (file_exists('/var/www/site-php/application/application-settings.inc')) {
require '/var/www/site-php/application/applcatopm-settings.inc';
}
In the administrative menu, click Extend and search for MySQL 5.7.
Verify that the system does not report any error for the database system version.
After your Cloud Platform environment is upgraded to MySQL 8, you can uninstall the MySQL Backport module with the following steps:
From the settings.php file, remove the following line:
require DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';In the administrative menu, click Extend and select Uninstall.
The system displays a list of modules that you can uninstall.
Remove the module from your codebase by running the following command:
composer remove 'drupal/mysql57'To post module-related questions or comments for its maintainer or to report bugs or other issues, file an issue in the issue queue.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
ifrequire DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';
// Example Acquia Cloud Require Line
if (file_exists('/var/www/site-php/application/application-settings.inc')) {
require '/var/www/site-php/application/applcatopm-settings.inc';
}
In the administrative menu, click Extend and search for MySQL 5.7.
Verify that the system does not report any error for the database system version.
After your Cloud Platform environment is upgraded to MySQL 8, you can uninstall the MySQL Backport module with the following steps:
From the settings.php file, remove the following line:
require DRUPAL_ROOT . '/modules/contrib/mysql57/settings.inc';In the administrative menu, click Extend and select Uninstall.
The system displays a list of modules that you can uninstall.
Remove the module from your codebase by running the following command:
composer remove 'drupal/mysql57'To post module-related questions or comments for its maintainer or to report bugs or other issues, file an issue in the issue queue.
If this content did not answer your questions, try searching or contacting our support team for further assistance.