Installing MySql

Installing MySql

am 27.05.2006 13:00:28 von dudu

Dear Programmers
I try to install mysql version 5.0 and I encountered with a problem
when I tried to start the service. I got error 1067.

I checked the log file and saw the following records (which doesn't
tell anything to me):

060527 12:46:54 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
060527 12:46:54 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 43655.
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
InnoDB: Page directory corruption: supremum not pointed to
060527 12:46:54 InnoDB: Page dump in ascii and hex (16384 bytes):
len 16384; hex 000000000000000.........; asc;InnoDB: End of page dump
060527 12:46:54 InnoDB: Page checksum 1575996416, prior-to-4.0.14-form
checksum 1371122432
InnoDB: stored checksum 0, prior-to-4.0.14-form stored checksum 0
InnoDB: Page lsn 0 0, low 4 bytes of lsn at page end 0
InnoDB: Page number (if stored to page already) 0,
InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 0
InnoDB: Page directory corruption: supremum not pointed to
060527 12:46:54 InnoDB: Page dump in ascii and hex (16384 bytes):
len 16384; hex 00000000000000...; asc;InnoDB: End of page dump
060527 12:46:54 InnoDB: Page checksum 1575996416, prior-to-4.0.14-form
checksum 1371122432
InnoDB: stored checksum 0, prior-to-4.0.14-form stored checksum 0
InnoDB: Page lsn 0 0, low 4 bytes of lsn at page end 0
InnoDB: Page number (if stored to page already) 0,
InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 0
060527 12:46:54 [ERROR] C:\Program Files\MySQL\MySQL Server
5.0\bin\mysqld: Got signal 11. Aborting!

060527 12:46:54 [ERROR] Aborting

060527 12:46:54 [Note] C:\Program Files\MySQL\MySQL Server
5.0\bin\mysqld: Shutdown complete



I have checked that the service uses the right my.ini file by starting
it with the command:

mysqld --install MySql --defaults-file="C:\Program Files\MySQL\MySQL
Server 5.0\my.ini"

I have disabled my firewall (so it cannot be a problem of fire wall).

Did anyone have ever solved this problem?

Re: Installing MySql

am 28.05.2006 06:59:32 von Ming

uninstall your mysql
delete all the information of mysql in the regedit
delete the service of mysql in the regeidt
reinstall your mysql

Re: Installing MySql

am 28.05.2006 19:14:05 von dudu

Hi Ming
Thanks a lot for the help, it solved my problem

Thanks you very much!!!!