上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页
摘要: select host from user where user='root';查看允许连接的主机 update user set host = '%' where user ='root'; FLUSH PRIVILEGES; 添加用户 CREATE USER 'prod_zdsb'@'local 阅读全文
posted @ 2021-10-13 17:43 beawh 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Every InnoDB table has a special index called the clustered index where the data for the rows is stored. Typically, the clustered index is synonymous 阅读全文
posted @ 2021-10-11 11:14 beawh 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40471676/article/details/119732738 阅读全文
posted @ 2021-10-10 23:06 beawh 阅读(77) 评论(0) 推荐(0) 编辑
摘要: mysql> show variables like '%innodb_log%' ;+ + +| Variable_name | Value |+ + +| innodb_log_buffer_size | 16777216 || innodb_log_checksums | ON || inno 阅读全文
posted @ 2021-10-10 22:18 beawh 阅读(192) 评论(0) 推荐(0) 编辑
摘要: mysql 重启之后,innodb_buffer_pool几乎是空的,没有任何的缓存数据。随着sql语句的执行,table中的数据以及index 逐渐被填充到buffer pool里面,之后的查询语句只需要在内存中操作(理想状态下),大幅度提升了mysql的性能。 这个逐渐填充的过程可能需要1-2个 阅读全文
posted @ 2021-10-10 20:59 beawh 阅读(206) 评论(0) 推荐(0) 编辑
摘要: [root@muze1 ~]$ vi /etc/ssh/sshd_config 修改如下2个选项: GSSAPIAuthentication no UseDNS no 重启ssh服务 [root@muze1 ~]$ systemctl restart sshd 阅读全文
posted @ 2021-10-09 16:01 beawh 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/strawberry1019/category_9762904.html 阅读全文
posted @ 2021-10-08 15:38 beawh 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 关闭oms服务[oracle@dbmon middleware]$ cd /data/u01/app/middleware/bin/[oracle@dbmon bin]$ ./emctl stop oms 关闭agent 服务[oracle@dbmon bin]$ cd /data/u01/app/ 阅读全文
posted @ 2021-10-08 15:24 beawh 阅读(250) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ldx891113/article/details/51735171 阅读全文
posted @ 2021-09-29 16:25 beawh 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 备份脚本内容如下: export RMAN_LOG_FILE=/logbackup/ycyth_ramn/fullrman20160817.log export ORACLE_BASE=/u01/app/oracle export RMAN=$ORACLE_HOME/bin/rman export 阅读全文
posted @ 2021-09-17 11:36 beawh 阅读(78) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页