Home  >  Article  >  Database  >  How to exit mysql

How to exit mysql

王林
王林Original
2020-09-27 17:03:2521271browse

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!

Statement:
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 admin@php.cn