Accorder tous les privilèges MySQL 8.0.21

GRANT ALL PRIVILEGES ON database_name.* TO 'root'@'localhost';
FLUSH PRIVILEGES;
Tanvir Parvej