phpmyadmin/sql-parser

DESCRIBE should allow schema.table

MoonE opened this issue · 2 comments

MoonE commented
DESC phpmyadmin.pma__users;

Results in an error:

Unexpected beginning of statement (near pma__users)

Without schema it works correctly:

DESC pma__users;

Thank you @MoonE

Hi @MoonE
Could you test my changes (#446): src/Statements/ExplainStatement.php locally ?