No valid checkpoint found mysql repair (Help me :'()

Fantole

Verified User
Joined
Jun 30, 2006
Messages
26
Hello all

Sorry for my bad english :)

I've a problem with MySQL

In my log

/home/mysql/da8251.oxyd.net.err

I have this message

Code:
80326 23:54:07  mysqld started
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/mysql/en/Error_creating_InnoDB.html
080326 23:54:07 [ERROR] Can't init databases
080326 23:54:07 [ERROR] Aborting

080326 23:54:07 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete

080326 23:54:07  mysqld ended

I'm lost :eek:

How to repair my data base without losing anything?

It's possible ?

If you ask me contained by a file please specify its place
 
I managed to solve my problem :D

I deleted files :

ib_logfile0
ib_logfile1
ibdata1

And i've restart MySQL

MySQL created files and start :p
 
Back
Top