List of all MySQL commands:
? (\?) Synonym for 'Help!'
clear (\c) clear the current input statement.
connect (\r) Reconnect to the server. optional arguments are db and host.
delimiter (\d) set statement delimiter.
ego (\G) send command to MySQL server, display result vertically.
exit (\q) exit MySQL, same as quit.
go (\g) send command to MySQL server.
help (\h) display Help command.
notee (\t) dont write into outfile.
print (\p) print current command.
prompt (\R) change your MySQL promt.
quit (\q) quit MySQL.
rehash (\#) rebuild completion hash.
source (\.) execute an SQL script file. takes a file name as an argument.
status (\s) get status information from the server.
tee (\T) set outfile [to_outfile]. Append everything into given outfile.
use (\u) use another database. takes database name argument.
charset (\C) switch to another charset. might bee needed for processing binlog with multi-byte charset.
warning (\W) show warnings after every statement.
nowarning (\w) dont show warnings after every statement.
Tidak ada komentar:
Posting Komentar