如何在cmder中清除屏幕我使用mysql [mariadb]
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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用系统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.