Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
How to exit mysql : Exit MySQL « Command MySQL « SQL / MySQL
SQL / MySQL
Command MySQL
Exit MySQL
How to exit mysql
mysql -h 127.0.0.1 -u oost -p
/* QUIT */
QUIT
Related examples in the same category