网络编程
位置:首页>> 网络编程>> 数据库>> 想取消错误的mysql命令怎么办?

想取消错误的mysql命令怎么办?

作者:stpeace  发布时间:2024-01-13 07:39:38 

标签:mysql,取消错误命令

敲了一个错误的mysql命令, 想取消怎么办? 如果用ctrl + c, 就直接退出了。怎么办呢?来看看:


mysql> show tables; \c
+-------------------+
| Tables_in_db_test |
+-------------------+
| tb_test      |
| tb_test_ex    |
+-------------------+
2 rows in set (0.00 sec)

mysql> show tables \c
mysql> show tabxx \c
mysql>

如果不知道这个小技巧, 烦死人。

来源:https://blog.csdn.net/stpeace/article/details/78986465

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com