- 论坛徽章:
- 0
|
我也是這個問題呢.. 還不能啟動mysql. 看看log, 發現是什麼innoDB的問題..
- 060128 12:00:04 mysqld started
- InnoDB: The first specified data file ./ibdata1 did not exist:
- InnoDB: a new database to be created!
- 060128 12:00:04 InnoDB: Setting file ./ibdata1 size to 10 MB
- InnoDB: Database physically writes the file full: wait...
- 060128 12:00:04 InnoDB: Error: Write to file ./ibdata1 failed at offset 0 1048576.
- InnoDB: 1048576 bytes should have been written, only 466944 were written.
- InnoDB: Operating system error number 22.
- 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 22 means 'Invalid argument'.
- InnoDB: Some operating system error numbers are described at
- InnoDB: http://dev.mysql.com/doc/mysql/en/Operating_System_error_codes.html
- InnoDB: Error in creating ./ibdata1: probably out of disk space
- InnoDB: Could not open or create data files.
- InnoDB: If you tried to add new data files, and it failed here,
- InnoDB: you should now edit innodb_data_file_path in my.cnf back
- InnoDB: to what it was, and remove the new ibdata files InnoDB created
- InnoDB: in this failed attempt. InnoDB only wrote those files full of
- InnoDB: zeros, but did not yet use them in any way. But be careful: do not
- InnoDB: remove old data files which contain your precious data!
- 060128 12:00:04 [ERROR] Can't init databases
- 060128 12:00:04 [ERROR] Aborting
- 060128 12:00:04 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete
- 060128 12:00:04 mysqld ended
复制代码
請各位指教指教. |
|