
- Learn MySQL
- MySQL - Home
- MySQL - Introduction
- MySQL - Installation
- MySQL - Administration
- MySQL - PHP Syntax
- MySQL - Connection
- MySQL - Create Database
- MySQL - Drop Database
- MySQL - Select Database
- MySQL - Data Types
- MySQL - Create Tables
- MySQL - Drop Tables
- MySQL - Insert Query
- MySQL - Select Query
- MySQL - Where Clause
- MySQL - Update Query
- MySQL - Delete Query
- MySQL - Like Clause
- MySQL - Sorting Results
- MySQL - Using Join
- MySQL - NULL Values
- MySQL - Regexps
- MySQL - Transactions
- MySQL - Alter Command
- MySQL - Indexes
- MySQL - Temporary Tables
- MySQL - Clone Tables
- MySQL - Database Info
- MySQL - Using Sequences
- MySQL - Handling Duplicates
- MySQL - SQL Injection
- MySQL - Database Export
- MySQL - Database Import
How can we return to windows command shell from MySQL command line tool?
The EXIT or QUIT commands take you returned to windows from MySQL command line tool.
mysql> EXIT
OR
mysql> QUIT
- Related Articles
- MySQL command line client for Windows?
- How to find the MySQL data directory from command line in Windows?
- Do we require any authentication for login into MySQL command line tool?
- How to upgrade MySQL server from command line?
- How can we analyze the tables of a particular database from MySQL Server command line?
- Connect to MySQL database from command line
- How to repair MySQL tables from the command line?
- How can we transfer information between MySQL and data files through command line?
- MySQL command-line tool: How to find out number of rows affected by a DELETE?
- Connecting to MySQL database from the command line?
- How can we get the list of tables in a particular database from MySQL Server command line?
- How to run TestNG from command line?
- How to open MySQL command line on Windows10?
- The MySQL Command-Line Client
- What is MySQL CREATE command? How can we create both database and table with this command?

Advertisements