Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2809462
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间: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;+-------+----------------------------------------------------------.........【阅读全文】

阅读(2442) | 评论(0) | 转发(1)

发布时间:2014-01-05 11:42:42

执行flush tables with read lock以后所有数据库的表都处于锁定状态(库级锁),不能删除表,不能修改数据,加数据等操作,一般这种操作是数据库在线备份的时候用到的,这个时候数据库写是不能写,但是读操作能够正常执行lock tables users read(表级锁);这个操作知识针对具体的单张表,执行这个操作,可以共享读操作,在其他.........【阅读全文】

阅读(1263) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(928) | 评论(0) | 转发(0)

发布时间:2014-01-03 16:58:13

由衷感谢作者的总结!......【阅读全文】

阅读(935) | 评论(0) | 转发(0)

发布时间:2014-01-03 16:08:31

1:configuration-->templates  选中Nginx Status模板,选中application项,点create application 按钮见附件2:......【阅读全文】

阅读(3199) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册