email:~# mysql_upgrade -u root -p
Enter password: 
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
This installation of MySQL is already upgraded to 5.1.49, use --force if you still need to run mysql_upgrade
email:~# mysql_upgrade --force -u root -p
Enter password: 
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' 
Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' 
burhandb.admin                                     OK
burhandb.finans_banka                              OK
burhandb.finans_imkb_islemler                      OK
burhandb.finans_portfoy
Error    : Unknown table engine 'InnoDB'
error    : Corrupt
burhandb.finans_senetler                           OK
burhandb.kategori_alti                             OK
burhandb.kategoriler                               OK
burhandb.sayfa                                     OK
depremler.alarm                                    OK
depremler.alarm_liste                              OK
depremler.depremler_liste                          OK
depremler.fb_members                               OK
depremler.hatalar                                  OK
depremler.ilceler                                  OK
depremler.iller                                    OK
depremler.members                                  OK
depremler.son_islem                                OK
fb_motiftemizlik.hizmetlerimiz                     OK
mysql.columns_priv                                 OK
mysql.db                                           OK
mysql.event                                        OK
mysql.func                                         OK
mysql.general_log
Error    : You can't use locks with log tables.
status   : OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.host                                         OK
mysql.ndb_binlog_index                             OK
mysql.plugin                                       OK
mysql.proc                                         OK
mysql.procs_priv                                   OK
mysql.servers                                      OK
mysql.slow_log
Error    : You can't use locks with log tables.
status   : OK
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK

Repairing tables
burhandb.finans_portfoy
Error    : Unknown table engine 'InnoDB'
error    : Corrupt
Running 'mysql_fix_privilege_tables'...
OK
email:~# /etc/init.d/mysql start
Starting MySQL database server: mysqld already running.
email:~# /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.
Checking for corrupt, not cleanly closed and upgrade needing tables..
email:~#