码迷,mamicode.com
首页 >  
搜索关键字:xtrabackup full incremental    ( 3719个结果
oracle中导入导出dmp数据库文件
数据的导出: 1、将数据库szda完全导出,用户名sa密码sa123 导出到D:\daochu.dmp中 exp sa/sa123@szda file=d:\daochu.dmp full=y 2、将数据库中sa用户与sys用户的表导出 exp sa/sa123@szda file=d:...
分类:数据库   时间:2015-06-14 16:34:26    阅读次数:127
rman datafile恢复(归档模式)
模拟环境1. 做操作之前先备份数据库RMAN> run { # Hot database level 0 whole backup allocate channel t1 type disk; backup incremental level 0 skip inaccessible format '...
分类:其他好文   时间:2015-06-14 12:22:53    阅读次数:165
quartz入门(一)下载及简单实例
下载官网下载地址:http://www.quartz-scheduler.org/ 下载步骤: 1、点击橘黄色的download连接。 2、点击Direct Download下面的Quartz 2.2.1 full distribution (release notes) 3、点击quartz-2.2.1-distribution.tar.gz进行下载,选择两个中的任何一个即可。...
分类:其他好文   时间:2015-06-12 17:16:19    阅读次数:159
Xtrabackup+Rsync 备份数据库并同步到远端备份机
Xtrabackup+Rsync备份数据库并同步到远端备份机简单架构:简单描述:要备份中间这三台服务器上面的数据库数据到备份机140上;中间这三台服务器是游戏服务器,WEB服务和DB都在一台机器上最前端是passport服务器,提供玩家的账号相关信息及充值信息等,WEB服务和DB都在一台机器上..
分类:数据库   时间:2015-06-11 23:14:24    阅读次数:539
快速备份sqlserver2005以上版本数据库的方法-摘自网络
使用优化参数的备份命令BACKUP DATABASE [test]TO DISK = N'D:\test_FULL_20110311_050001_1.bak',DISK = N'D:\test_FULL_20110311_050001_2.bak',DISK = N'D:\test_FULL_20...
分类:数据库   时间:2015-06-11 22:31:04    阅读次数:200
SQL中大概有这么几种JOIN
SQL中大概有这么几种JOIN:cross joininner joinleft outer join right outer join full outer join 首先都是基于cross join(笛卡尔乘积),然后是inner join,在笛卡尔乘积的结果集中去掉不符合连接条件的行。left...
分类:数据库   时间:2015-06-11 16:25:09    阅读次数:236
SQL表连接查询
SQL表连接查询(inner join、full join、left join、right join)表的数据有:一、内连接-inner jion :最常见的连接查询可能是这样,查出学生的名字和成绩:select s.name,m.mark from student s,mark m where s...
分类:数据库   时间:2015-06-11 12:28:29    阅读次数:235
POJ 3107 Godfather
Time Limit: 2000MSMemory Limit: 65536KTotal Submissions: 5154Accepted: 1793DescriptionLast years Chicago was full of gangster fights and strange murde...
分类:其他好文   时间:2015-06-10 14:04:19    阅读次数:107
MapReduce的Reduce side Join
reduce side join是所有join中用时最长的一种join,但是这种方法能够适用内连接、left外连接、right外连接、full外连接和反连接等所有的join方式。reduce side join不仅可以对小数据进行join,也可以对大数据进行join,但是大数据会占用大量的集群内部网络IO,因为所有数据最终要写入到reduce端进行join。如果要做join的数据量非常大的话,就不得不用reduce join了。...
分类:其他好文   时间:2015-06-10 12:26:56    阅读次数:234
Understanding Canvas and Surface concepts
Here are some definitions: A Surface is an object holding pixels that are being composited to the screen. Every window you see on the screen (a dialog, your full-screen activity, the status bar) ha...
分类:其他好文   时间:2015-06-09 20:15:33    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!