datadir所在分区空间不足所导致的无法查看表问题

datadir所在分区空间不足导致无法查看表

120221 04:49:54 mysqld_safe Starting mysqld daemon with databases from /opt/mysql

120221  4:49:54 [Warning] The syntax '--log-slow-queries' is deprecated and will be removed in a future release. Please use '--slow-query-log'/'--slow-query-log-file' instead.

120221  4:49:54 [Note] Plugin 'FEDERATED' is disabled.

120221  4:49:54 InnoDB: The InnoDB memory heap is disabled

120221  4:49:54 InnoDB: Mutexes and rw_locks use InnoDB's own implementation

120221  4:49:54 InnoDB: Compressed tables use zlib 1.2.3

120221  4:49:54 InnoDB: Using Linux native AIO

120221  4:49:54 InnoDB: Initializing buffer pool, size = 128.0M

120221  4:49:54 InnoDB: Completed initialization of buffer pool

InnoDB: Error: auto-extending data file ./ibdata1 is of a different size

InnoDB: 15360 pages (rounded down to MB) than specified in the .cnf file:

InnoDB: initial 65536 pages, max 0 (relevant if non-zero) pages!

120221  4:49:54 InnoDB: Could not open or create data files.

120221  4:49:54 InnoDB: If you tried to add new data files, and it failed here,

120221  4:49:54 InnoDB: you should now edit innodb_data_file_path in my.cnf back

120221  4:49:54 InnoDB: to what it was, and remove the new ibdata files InnoDB created

120221  4:49:54 InnoDB: in this failed attempt. InnoDB only wrote those files full of

120221  4:49:54 InnoDB: zeros, but did not yet use them in any way. But be careful: do not

120221  4:49:54 InnoDB: remove old data files which contain your precious data!

120221  4:49:54 [ERROR] Plugin 'InnoDB' init function returned error.

120221  4:49:54 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

/usr/sbin/mysqld: Error writing file './slow_query.log' (Errcode: 28)

查看本栏目更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/database/storage/

120221  4:49:54 [ERROR] Could not use slow_query.log for logging (error 28). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.

120221  4:49:54 [ERROR] Unknown/unsupported storage engine: INNODB

120221  4:49:54 [ERROR] Aborting

120221  4:49:54 [Note] /usr/sbin/mysqld: Shutdown complete

120221 04:49:54 mysqld_safe mysqld from pid file /opt/mysql/jsunsa.pid ended

120221 04:52:22 mysqld_safe Starting mysqld daemon with databases from /opt/mysql

120221  4:52:22 [Warning] The syntax '--log-slow-queries' is deprecated and will be removed in a future release. Please use '--slow-query-log'/'--slow-query-log-file' instead.

120221  4:52:22 [Note] Plugin 'FEDERATED' is disabled.

120221  4:52:22 InnoDB: The InnoDB memory heap is disabled

120221  4:52:22 InnoDB: Mutexes and rw_locks use InnoDB's own implementation

120221  4:52:22 InnoDB: Compressed tables use zlib 1.2.3

120221  4:52:22 InnoDB: Using Linux native AIO

120221  4:52:22 InnoDB: Initializing buffer pool, size = 128.0M

120221  4:52:22 InnoDB: Completed initialization of buffer pool

120221  4:52:23  InnoDB: Log file ./ib_logfile0 did not exist: new to be created

InnoDB: Setting log file ./ib_logfile0 size to 256 MB

InnoDB: Database physically writes the file full: wait...

InnoDB: Progress in MB:120221  4:52:23  InnoDB: Error: Write to file ./ib_logfile0 failed at offset 0 0.

InnoDB: 1048576 bytes should have been written, only -1 were written.

InnoDB: Operating system error number 28.

InnoDB: Check that your OS and file system support files of this size.

InnoDB: Check also that the disk is not full or a disk quota exceeded.

InnoDB: Error number 28 means 'No space left on device'.

InnoDB: Some operating system error numbers are described at

InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html

InnoDB: Error in creating ./ib_logfile0: probably out of disk space

120221  4:52:23 [ERROR] Plugin 'InnoDB' init function returned error.

120221  4:52:23 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

/usr/sbin/mysqld: Error writing file './slow_query.log' (Errcode: 28)

120221  4:52:23 [ERROR] Could not use slow_query.log for logging (error 28). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.

1120221 04:52:23 mysqld_safe mysqld from pid file /opt/mysql/jsunsa.pid ended

时间: 2024-11-05 14:54:06

datadir所在分区空间不足所导致的无法查看表问题的相关文章

oracle中如何查看表空间

1. 查看所有表空间大小 select tablespace_name,sum(bytes)/1024/1024 from dba_data_files group by tablespace_name; 2. 未使用的表空间大小 select tablespace_name,sum(bytes)/1024/1024 from dba_free_space group by tablespace_name; 3. 所以使用空间可以这样计算 select a.tablespace_name,tot

VM配置文件所在磁盘空间小于其配给内存时的错误信息

前几天在自己工作机(Win2k8 R2)上安装的VS等一些工具,机器的系统盘空间大幅减少到3G以下. 在此 机器上用Hyper-v启动MyVirtualMachine(配给内存为5120M)时,Hyper-v报错误信息: Could not initialize memory: There is not enough space on the disk. 具体如下: [Window Title] Virtual Machine Connection [Main Instruction] The

linux系统怎么增加swap分区空间小?

  标linux系统怎么增加swap分区空间小?准的Linux安装,SWAP分区是内存的两倍大小,如果增加了内存条,那SWAP分区也要增加. 如果增加1G内存,SWAP分区就要增加2G,但是具体该怎么增加呢?下面我们一起来看看 1.查看swap分区大小的命令:"free -m" 2.选择适合的分区,创建适合的swap文件,命令为:"dd if=/dev/zero of=/swap1 bs=1M count=2048" 3.将生成的文件设置为swap分区文件,命令:&

硬盘分区空间优化助手使用方法

  今天我们将要给大家介绍的是硬盘分区空间优化助手的使用方法,从软件的名字来看,这款软件主要是用于硬盘分区管理.那么,对硬盘分区知识比较不了解的网友,可能会问:硬盘分区空间优化助手怎么使用呢?来看看今天小编给您准备的硬盘分区空间优化助手这款软件的使用方法图解,希望大家喜欢! 硬盘分区空间优化助手使用方法: 先来看看有多少空间吧C盘; 下载并打开软件,就能看到这样空白的模样; 点击"打开",浏览到软件目录下自带的"1.扫描应用程序目录.apj"项目,并打开,可看到如下

Reporting Service 2008 “报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的”

今天遇到了两个关于Reporting Service的问题, 出现问题的环境为Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64) .具体情况请见下面描述.   1:在修改报表的订阅后,保存时出现下面错误: 提示:报表服务器数据库内出错.此错误可能是因连接失败.超时或数据库中磁盘空间不足而导致的. (rsReportServerDatabaseError) 获取联机帮助 有关此错误的详细信息,请导航到本地服务器上的报表服务器或启用远程错误

oracle删除表空间后重新创建相同名字的表空间出现错误ORA-01537

问题描述 oracle删除表空间后重新创建相同名字的表空间出现错误ORA-01537 如题所示,我在一开始删除表空间时没有使用drop tablespace ××× including contents and datafiles语句,导致dbf文件没有删除掉.导致现在dbf文件删不掉了,手动删除后,只要oracle服务已启动就会自动再创建一个同名的dbf文件.求解决方法. 解决方案 Oracle菜鸟之如何创建和删除表空间oracle 表空间,用户的创建及删除 解决方案二: 看一下你保存表空间的

网页-网站上传空间js特效无效,浏览器查看源码显示您的浏览器不支持iframe,无法访问

问题描述 网站上传空间js特效无效,浏览器查看源码显示您的浏览器不支持iframe,无法访问 所有内容都在一个frameset标签里,可是我并没有写这个标签,本地浏览都是正常的,地址是web11545.vhost058.cn,来个大神拯救我一下,谢谢了

ORACLE查看表空间对象

ORACLE如何查看表空间存储了那些数据库对象呢?可以使用下面脚本简单的查询表空间存储了那些对象: SELECT TABLESPACE_NAME       AS TABLESPACE_NAME      , SEGMENT_NAME          AS SEGMENT_NAME      , SUM(BYTES)/1024/1024  AS SEGMENT_SIZE FROM DBA_SEGMENTS WHERE TABLESPACE_NAME=&TABLESPACE_NAME GROUP

show_space(查看表空间使用情况)

第一个过程这个过程是用来查看表空间中已经使用的块字节未使用的块字节 create or replace procedure show_space(  p_segname in varchar2,  p_owner in varchar2 default user,  p_type in varchar2 default 'TABLE',  p_partition in varchar2 default null) as   l_total_blocks   number;  l_total_by