主题: MySQL Client Programs
(来自MySQL reference manual 4.5)
=============================================
4.5.1 mysql — The MySQL Command-Line Tool
shell> mysql db_name < script.sql
--auto-rehash选项
默认开启rehash功能,启用该选项能够在写sql时自动hash数据库对象--库表列,禁用该选项 --disable-auto-rehash,mysql会启得更快,但是你想自动补齐数据库对象必须加上rehash或者\shortcut类似的提示
mysql-client1>\R mysql-client1 \P\_\r:\m:\s>
PROMPT set to 'mysql-client1 \P\_\r:\m:\s>'
mysql-client1 pm 05:05:21>
mysql-client1 pm 05:05:23>
mysql-client1 pm 05:05:23>
设置prompt的方式
1.环境变量
shell> export MYSQL_PS1="(\u@\h) [\d]> "
2.命令行
shell> mysql --prompt="(\u@\h) [\d]> "
(user@host) [database]>
3.参数文件
[mysql]
prompt=(\\u@\\h) [\\d]>\\_
备注:在参数文件中,记住要用双斜线
source sql文件前后vmstat输出结果
#>vmstat 3
2 1 0 126556 320756 3774588 0 0 0 4880 1531 3833 3 2 50 45 0
0 1 0 126184 320756 3775100 0 0 0 5064 1447 4377 2 2 50 46 0
0 1 0 125936 320756 3775356 0 0 0 4855 1347 3681 2 2 50 46 0
0 1 0 125316 320756 3775712 0 0 0 4808 1428 3736 3 2 50 45 0
1 0 0 125936 320756 3776044 0 0 0 5257 1330 3855 3 2 56 40 0
0 0 0 125448 320756 3776108 0 0 0 3759 781 906 1 1 94 5 0
0 0 0 125324 320756 3776128 0 0 0 20 881 838 1 0 99 0 0
0 0 0 125448 320756 3776144 0 0 0 80 727 776 1 0 99 0 0
0 0 0 125448 320756 3776192 0 0 0 0 643 1203 1 0 99 0 0
0 0 0 125696 320756 3776204 0 0 0 60 639 706 1 0 99 0 0
阅读(585) | 评论(0) | 转发(0) |