Category: Drupal
Couldn't execute 'FLUSH TABLES': Access denied
Just tried to sync my production Drupal database to my local machine with the drush sql-sync command and I got the following error message: mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227).
How to upgrade Drupal 9 to 10
Upgrading Drupal from version 9 to version 10 is a multi-step process that involves several different tasks. Read on to find all the details you need to perform this major Drupal core upgrade.
Create media programmatically in Drupal
Using Media in Drupal is a much better option than using old-school image fields. You can add all types of fields to Media to enrich your images, videos, and other media types with additional information, and you can also reuse Media. All of that cannot be easily done if you are using regular image fields. Let's see how to programmatically create media.