diff --git a/HowtoMySQL/Troubleshooting.md b/HowtoMySQL/Troubleshooting.md index 230e7979..79309889 100644 --- a/HowtoMySQL/Troubleshooting.md +++ b/HowtoMySQL/Troubleshooting.md @@ -630,3 +630,10 @@ Exemple avec la table *wp_investments* : $ sed -n '322,395 p' dump.sql > wp_investments.sql ~~~ +## command denied to user ''@'localhost' + +Si PhpMyAdmin n'affiche pas les tables d'une liste et que la commande `SHOW TABLE STATUS` retourne `command denied to user ''@'localhost' +` c'est que c'est peut-être lié à une vue qui contient un mauvais DEFINER. +Voir cet article : . + +On pourra lister les vues et changer les mauvais DEFINER \ No newline at end of file