【发布时间】:2022-07-19 08:49:19
【问题描述】:
MariaDB \[(none)\]\> ! clear;
ERROR: Unknown command '!'.
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '! clear' at line
我为这个问题搜索了很多,并做了所有的解决方案,但无济于事,问题仍然存在
【问题讨论】:
-
你的操作系统是什么? ...该命令也取决于 MySQL/MariaDB 客户端版本。如果是 Linux,可以尝试使用:
\! clear或 Windows 尝试使用:\! cls。请参阅最后一条评论here。 -
我用的是windows 10和xampp