mysql> help
-> \?
mysql> use dbname
-> \u dbname
mysql> clear
-> \c
mysql> edit
-> \e
mysql> go
-> \g
A copy of all screen activity will be written to the specified file, appending to the file if the output file already exists.
mysql> tee filepath
-> \T filepath
mysql> notee
-> \t
mysql> source filepath
-> \. filepath
mysql> system command
-> \! command
mysql> exit
mysql> quit
-> \q
Home > Computers > Databases > MySQL > Commands
Viewing mobile website page. Switch to WML or Full HTML