在MySQL 5.7中,这个查询运行得很好: SHOW TABLE STATUS WHERE Rows > 0 在MySQL 8.022中,它会产生以下错误: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Rows > 0' at line 1 在其他状态列上查询似乎没有问题: SHOW TABLE STATUS WHERE D