I typed a wrong mysql command and want to cancel it. What should I do? If you use ctrl + c, you will exit directly. What should I do? Let’s take a look: 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> If you don't know this little trick, it's really annoying. Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links You may also be interested in:
|
<<: The whole process of installing and configuring Harbor1.7 on CentOS7.5
>>: Vue3 implements CSS infinite seamless scrolling effect
1. Introduction The location instruction is the c...
Docker runs multiple Springboot First: Port mappi...
Download tutorial of mysql-connector-java.jar pac...
Basic Introduction to Floating In the standard do...
1. Data desensitization explanation In daily deve...
Installing Electron cnpm install electron -g Inst...
Phenomenon There are several nested flex structur...
The installation process is basically the same as...
MySQL master-slave configuration and principle, f...
The first one: normal operation SELECT SUM(ddd) A...
Generally, during Qingming Festival, the National...
Preface When writing front-end pages, we often us...
This article guide: There are two ways to delete ...
Before the release of Microsoft IE 5.0, the bigges...
Key Modifiers When listening for keyboard events,...