Ajouter un superutilisateur mysql

CREATE USER 'pmauser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password_here';
Breakable Bug