|
|
[root@redhat var]# more *.err
040301 08:49:31 mysqld started
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
040301 8:49:31 InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
040301 8:49:31 InnoDB: Error: Write to file ./ibdata1 failed at offset 0 0.
InnoDB: 8388608 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: See also section 13.2 at http://www.innodb.com/ibman.html
InnoDB: about operating system error numbers.
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!
040301 8:49:31 Can't init databases
040301 8:49:31 Aborting
040301 8:49:31 InnoDB: Warning: shutting down a not properly started
InnoDB: or created database!
040301 8:49:31 /usr/local/mysql/libexec/mysqld: Shutdown Complete
040301 08:49:31 mysqld ended |
|