Hello;
I have Mysql server on Fedora 8.
After a miserable electiricity cut, mysql service can not be started

I found out that I can not copy the data file of mysql.
Such:
[root@localhost mysql]# cp ibdata1 ggg
cp: reading `ibdata1': Input/output error
I tried fsck, and fixed 4-5 parts by saying yes whatever asked.
But problem is not fixed.
I checked the mysql log (var/log/mysql.log) and saw the followings :
080611 7:32:20 InnoDB: Error: page 1 log sequence number 6 2853510669
InnoDB: is in the future! Current system log sequence number 0 182043.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB:
http://dev.mysql.com/doc/refman/5.0/...-recovery.html
InnoDB: for more information.
080611 7:32:20 InnoDB: Error: page 3 log sequence number 3 2008585859
InnoDB: is in the future! Current system log sequence number 0 182043.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB:
http://dev.mysql.com/doc/refman/5.0/...-recovery.html
InnoDB: for more information.
080611 7:32:20 InnoDB: Error: page 4 log sequence number 6 2877319332
InnoDB: is in the future! Current system log sequence number 0 182043.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB:
http://dev.mysql.com/doc/refman/5.0/...-recovery.html
InnoDB: for more information.
InnoDB: Error: trying to access page number 1075674354 in space 0,
InnoDB: space name ./ibdata1,
InnoDB: which is outside the tablespace bounds.
InnoDB: Byte offset 0, len 16384, i/o type 10.
InnoDB: If you get this error at mysqld startup, please check that
InnoDB: your my.cnf matches the ibdata files that you have in the
InnoDB: MySQL server.
080611 7:32:20InnoDB: Assertion failure in thread 3086743328 in file fil0fil.c line 3959
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to
http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB:
http://dev.mysql.com/doc/refman/5.0/...-recovery.html
InnoDB: about forcing recovery.
What can I do?
Thanks in advance