Home > Database > Mysql Tutorial > body text

How to exit mysql

王林
Release: 2020-09-27 17:03:25
Original
21091 people have browsed it

Method to exit mysql: You can directly execute the exit command to exit mysql, or you can execute the quit command to exit mysql. If you want to force quit mysql, you can press the [ctrl d] shortcut key.

How to exit mysql

#If it is a normal command, enter exit directly after entering the sql statement to exit.

(Recommended tutorial: mysql video tutorial)

How to exit mysql

You can also exit mysql by entering the quit command.

How to exit mysql

If you want to force quit, you can press the ctrl d shortcut key.

Related recommendations: php training

The above is the detailed content of How to exit mysql. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!