1、apache + mysql 直接利用 yum 安装yum -y install httpd httpd-devel mysql mysql-server httpd-manual mod_perl mod_auth_mysql mysql-connector-odbc mysql-devel ...
分类:
数据库 时间:
2014-07-07 18:28:32
阅读次数:
320
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-06-30 19:37:39
阅读次数:
313
开源数据库 H2, HSQLDB, DERBY, PostgreSQL, MySQL区别/对比图表浪天涯博主翻译:referential integrity 参考完整性transactions 事物unicode 统一码interface 命令 界面 接口data size db limit 数.....
分类:
数据库 时间:
2014-06-27 21:03:21
阅读次数:
519
1、查看所有表的名称Postgresql,greeplum,如果数据库在几千里以外,数据量巨大,网速不好,使用pgadmin客户端,那么你大部分时间都要浪费在等在中。。。使用pgadmin的query是个不错的选择,但是,怎么才能知道表名呢,这丫真没mysql好用——SELECT tablena.....
分类:
数据库 时间:
2014-06-27 20:03:51
阅读次数:
214
工作需要,需要对这一块深入学习。故在此做一点分析记录,存疑解惑。一、开篇1.Linux 描述的电源状态- On(on) S0 - Working- Standby (standby) S1 - CPU and RAM are powered but not executed-Suspen...
分类:
移动开发 时间:
2014-06-26 22:28:47
阅读次数:
433
一直没有好好关注这个功能,昨天看了一下,数据库插入有瓶颈,今天研究了一下:主要有以下方案:1.使用copy从文件导入:copy table_001(a, b, "f", d, c, "e") from 'd:/data1.txt' (delimiter ','); 速度极快: 不带索引: 查询...
分类:
数据库 时间:
2014-06-26 19:54:31
阅读次数:
392
Postgresql两表联合更新近日使用Postgresql感到有点不好用,一个联合更新非要这样写语法才对:update d_routetripset name=b.name , description=b.descriptionfrom d_scenery as bwhere foreignid=...
分类:
数据库 时间:
2014-06-26 19:00:20
阅读次数:
296
bt5的metasploit下连接postgresql在《metasploit渗透测试指南》已经介绍很清楚了,但是kail下部分路径是不一样,我就来科普一下。求过审核1.首先开启postgresql服务命令:service postgresql start2.查看账户密码:cat /opt/meta...
分类:
数据库 时间:
2014-06-26 17:50:56
阅读次数:
713
H2最完整的资料下载地址:http://download.csdn.net/detail/yixiaoping/5956595H2数据库使用H2数据库介绍常用的开源数据库:H2,Derby,HSQLDB,MySQL,PostgreSQL。其中H2,HSQLDB类似,十分适合作为嵌入式数据库使用,其它...
分类:
数据库 时间:
2014-06-26 00:53:34
阅读次数:
508
前提是您必须拥有Windows Azure的账号,如果没有的话,可以去Windows Azure 中国区网站申请免费试用账号。哈哈,我就是第一批申请的试用账号,感觉自己挺幸运的。申请的过程就不写了,请自行Google! 哦,对不起(GFW),请自行百度。 首先请登录Windows Azure,然后我...
分类:
数据库 时间:
2014-06-25 09:13:17
阅读次数:
475