一 前言 一直对InnoDB引擎的启动过程不太了解,查资料整理了下InnoDB引擎启动的过程和关闭过程,后续会整理些有关redo undo 的知识点。 二 思维导图 三 参考文章 MySQL运维内参 ...
分类:
数据库 时间:
2017-12-19 00:53:01
阅读次数:
168
Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the databa ...
分类:
其他好文 时间:
2017-12-18 18:55:19
阅读次数:
166
最近的网站项目中需要实现上传pdf的功能,期间找了很多jquery的插件,都不能满足要求,最后找到GooUploader.js,由于自己是第一次接触上传文件的功能,虽然看了很多写地详细的博客,还是花了很长时间才应用到项目中,所以在这里自己总结一下。 GooUploader.js插件是在swfuplo ...
分类:
Web程序 时间:
2017-12-15 12:40:42
阅读次数:
409
After performing a clean shut down of the database instance for maintenance, you mount the database and then execute a command to open the database:SQ ...
分类:
其他好文 时间:
2017-12-12 20:54:06
阅读次数:
166
1package com.resoft.util; 3import java.io.BufferedOutputStream; 4import java.io.File; 5import java.io.FileInputStream; 6import java.io.FileNotFoundExc ...
分类:
编程语言 时间:
2017-12-11 14:18:51
阅读次数:
160
The database is running in ARCHIVELOG mode. Examine the initialization parameters and theirvalues set to enable archiving on your database server:LOG_ ...
分类:
其他好文 时间:
2017-12-08 17:04:39
阅读次数:
170
You notice that the performance of the database has degraded because of frequent checkpoints.Which two actions resolve the issue? (Choose two.)A.Disab ...
分类:
其他好文 时间:
2017-12-08 12:03:03
阅读次数:
122
The instance abnormally terminates because of a power outage. Which statement is true about redo log files during instance recovery?A.Inactive and cur ...
分类:
其他好文 时间:
2017-12-08 12:00:41
阅读次数:
153
Which two statements are true about checkpointing? (Choose two.)A. The checkpoint frequency decreases with the smaller redo log file size.B. It ensure ...
分类:
其他好文 时间:
2017-12-07 20:49:56
阅读次数:
170
Teredo Tunneling 该设备无法启动 错误代码 ErrCode:10 解决方法 前文: Win7 系统,打算开启IPV6,本地连接的网络 ip6 驱动是异常的,先重新安装了网卡驱动。 过程: 几次尝试之后,还是无法启动,去检测网络适配器。 发现 Teredo Tunneling该设备无法 ...
分类:
其他好文 时间:
2017-12-06 12:57:05
阅读次数:
184