By admin , 24 February, 2023 Error "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)" Нужно выполнитьGRANT RELOAD ON *.* TO 'your_user'@'localhost'; FLUSH PRIVILEGES; Tags mysql
By admin , 24 February, 2023 Get current URL $current_path = \Drupal::service('path.current')->getPath(); Tags url