器量大者,福泽必厚
全部博文(587)
发布时间:2014-01-07 17:08:18
mysql> create table test1(id int unsigned not null,first_name varchar(30) not null,last_name varchar(30) not null,joined date not null,primary key(id),index(id));Query OK, 0 rows affected (0.02 sec)mysql> show create table test1;+-------+----------------------------------------------------------.........【阅读全文】
发布时间:2014-01-05 11:42:42
执行flush tables with read lock以后所有数据库的表都处于锁定状态(库级锁),不能删除表,不能修改数据,加数据等操作,一般这种操作是数据库在线备份的时候用到的,这个时候数据库写是不能写,但是读操作能够正常执行lock tables users read(表级锁);这个操作知识针对具体的单张表,执行这个操作,可以共享读操作,在其他.........【阅读全文】
发布时间:2014-01-05 11:10:07
留为备忘:http://lftp.yar.ru/lftp -u app***81,g***z@123 cvmftp.tencentyun.com:53000 -e 'mput /data/www/20130601_mlds.tar.gz -O /TX_DB;quit'上传到腾讯ftp服务器指定目录下面(先连上ftp服务器,创建目录)lftp -u app***81,g***z@123 cvmftp.tencentyun.com:53000 -e 'cd TX_DB; get 20130601_mlds.tar.gz;qu.........【阅读全文】
发布时间:2014-01-03 16:08:31
1:configuration-->templates 选中Nginx Status模板,选中application项,点create application 按钮见附件2:......【阅读全文】