保护选项文件以阻止其他用户读取--
chmod 60 .my.cnf
chmod go-rwx .my.cnf
---发起sql语句--
--分号;结束
select * from tables;
--g结束
select * from tableg
-----取消一条部分输入的语句--
--c取消
select *
from tables
where fun c
--/* */注释
select * /* this is comments*/
from tables
where fun c
---重复和编辑sql语句-----
up 向上翻动语句的历史
down 向下翻动语句的历史
left 行内左移
right 行内右移
backspace 删除前一个字符