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
Description: Set a timer to replace the content of...
Preface: Basically, whether it is for our own use...
Vue implements the palace grid rotation lottery (...
MySQL Create Database After logging into the MySQ...
I searched online and found that many interviews ...
HTML comment box with emoticons. The emoticons ar...
HTML is the abbreviation of Hypertext Markup Langu...
Table of contents 1. Front-end leading process: 2...
This article uses the element official website an...
We often encounter this situation when doing devel...
Project scenario: There is a <ul> tag on th...
Abstract: Many companies, even most companies whos...
This article uses an example to describe the solu...
Environmental Statement Host OS: Cetnos7.9 Minimu...
need: Use docker to start nginx + tomcat dual pro...