昨天安装的测试环境的rac--2节点 CentOS release 6.8 (Final) SQL*Plus: Release 11.2.0.4.0 Production 今天测试突然出现问题 在rac01节点上面操作报错 Connected. SQL> select * from v$instance; select * from v$instance * ERROR at line : ORA: not logged on Process ID: Session ID: Serial 这个时…
mariadb 启动中 InnoDB: Error: log file ./ib_logfile0 is of different size 0 起因:线上正在运行的系统,因为需要调整性能,变更了my.cnf参数的innodb_log_file_size大小,重启MySQL时err日志输出如下InnoDB: Error: log file ./ib_logfile0 is of different size 0 xxxx bytes 停掉mariadb 解决办法:移除原有ib_logfile#m…
error: Zip file too big (greater than 4294959102 bytes)错误解决办法.zip文件夹大于4GB,在centos下无法正常unzip,需要使用第三方工具来解压,比如7zip在SHH或者终端下输入:yum –y install p7zip(如果提示找不到资源,则要自己下载编译安装,命令如:)wget http://nchc.dl.sourceforge.net/sourceforge/p7zip/p7zip_4.65_src_all.tar.bz2…
InnoDB: Error: log file ./ib_logfile0 is of different size bytesInnoDB: than specified in the .cnf file bytes! 解决办法:可以计算一下33554432的大小,33554432/1024/1024=32查看my.cnf配置文件的innodb_log_file_size参数配置:innodb_log_file_size = 32M 需要调整这个文件的大小再计算一下50331648的大小,50…