摘要: 1.安装 JDK需要1.8 下载: wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.0-linux-x86_64.tar.gz wget https://artifacts.elastic.co 阅读全文
posted @ 2020-11-25 00:38 和尚也爱看AV 阅读(248) 评论(0) 推荐(0)
摘要: 1.修改innodb_fast_shutdown=0,记录sql_mode的参数值 2.添加skip_grant_tables确保升级以前不加载系统的字典库的方式启动MySQL 3.替换basedir 4.备份与数据库相关的所有文件 5.使用mysql_upgrade 进行升级 6.重启MySQL, 阅读全文
posted @ 2020-10-09 13:48 和尚也爱看AV 阅读(241) 评论(0) 推荐(0)
摘要: 1.在5.7之前,系统的performance_schema不会默认开启,在5.7之后系统会默认开启(跟系统内存有关系)。performance_schema数据库主要是记录事件的event,sql等等。 开启等待事件instruments; update setup_instruments set 阅读全文
posted @ 2020-05-07 15:17 和尚也爱看AV 阅读(219) 评论(0) 推荐(0)
摘要: 经过: 环境:服务器:chndsora9,实例cdesb01,数据库版本11.2.0.4 操作:导出用户schema 'ESBST02所有表到'ESBST03下 执行命令:expdp \'/ as sysdba \' directory=DATA_PUMP_DIR dumpfile= ESBST02 阅读全文
posted @ 2020-03-30 13:31 和尚也爱看AV 阅读(1475) 评论(0) 推荐(0)
摘要: By default the INITRANS value for a table is one, and for an index is two. This defines an internal block structure called the Interested Transaction 阅读全文
posted @ 2020-03-27 16:52 和尚也爱看AV 阅读(344) 评论(0) 推荐(0)