MySQLDump: Got Error: 1044: Accès refusé pour l'utilisateur 'elcharitos' @ 'localhost' à la base de données
# Try granting lock priviledge first:
GRANT SELECT, LOCK TABLES ON *.* TO 'dbuser'
# then run command again
elcharitas