摘要: [root@yu ~]# find / -name vimrc/etc/vimrc [root@yu ~]# vim /etc/vimrc set fileencodings=utf-8,gb2312,gbk,gb18030,ucs-bom,cp936,big5,euc-jp,euc-kr,lati 阅读全文
posted @ 2016-10-19 19:49 于光远 阅读(846) 评论(2) 推荐(0) 编辑
摘要: 1.null mysql> create table worker(id int not null,name varchar(8) not null,pass varchar(20) not null); mysql> insert into worker values(1,'HA','123456 阅读全文
posted @ 2016-10-19 17:28 于光远 阅读(3582) 评论(0) 推荐(0) 编辑
摘要: mysql> show databases; mysql> show databases \G #以行的方式显示 -e 常用与shell脚本。 [root@server01 ~]# mysql -e 'show databases' -usystem -p123456 mysql> create d 阅读全文
posted @ 2016-10-19 17:28 于光远 阅读(197) 评论(0) 推荐(0) 编辑