【问题标题】:how to clear screen in cmder Im using mysql [mariadb]如何在cmder中清除屏幕我使用mysql [mariadb]
【发布时间】: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

标签: mysql mariadb cmder


【解决方案1】:

使用系统分类 实际上,您可以通过使用 system 后跟任何命令来调用任何控制台命令,例如 system dir 以显示目录中的文件列表。

【讨论】:

    猜你喜欢
    • 2012-02-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-06-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-24
    相关资源
    最近更新 更多