如何在cmder中清除屏幕我使用mysql [mariadb]

发布于 2025-01-19 01:53:03 字数 298 浏览 7 评论 0原文

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

我搜索了很多问题,并做了所有解决方案,但无济于事,问题仍然存在

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

I searched a lot for this problem and did all the solutions but to no avail and the problem still persists

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝咒 2025-01-26 01:53:03

使用系统CLS
实际上,您可以使用 System 随后使用任何命令调用任何控制台命令,例如 System dir 以显示目录中的文件列表。

Use system cls
In fact you call any console commands by using system followed with any command, for example system dir to show the list of files in a directory.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文