Sunucuda bulunan sitelerim sürekli innodb log oluşturup alan dolduruyordu ve mysql duruyordu. Bende
innodb_buffer_pool_size arttırıp devam ediyorum ta ki bugüne kadar. Bugün o yeri arttırmama rağmen sorun düzelmedi ve mysql hep stop verdi. Bende bazı yanlış şeyler yaptım ve olay iyice karıştı.
Yanlış yaptığım şey şu;
/var/lib/mysql/ibdata1 dosyasını log dosyası sanıp ilk önce pc ye attım sonra sunucudan sildim.
Baktım sorun düzelmedi dosyayı geri attım ama dosya izinleri değişti sanırım. Bu sefer mysql start verdiğimde sürekli şu şekilde log aldım.
160629 17:15:01 InnoDB: Error: page 3627 log sequence number 1122493487
InnoDB: is in the future! Current system log sequence number 328946188.
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.5/en/forcing-innodb-recovery.html
InnoDB: for more information.
160629 17:15:01 InnoDB: Error: page 3628 log sequence number 1122310014
InnoDB: is in the future! Current system log sequence number 328946188.
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.5/en/forcing-innodb-recovery.html
InnoDB: for more information.
160629 17:15:01 InnoDB: Error: page 3631 log sequence number 1122151212
InnoDB: is in the future! Current system log sequence number 328946188.
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.5/en/forcing-innodb-recovery.html
InnoDB: for more information.
Kullandığım panel vestacp. Mysql dosyalarımı alabilsem sunucuyu silip tekrar kuracağım. Ama phpmyadmin den erişemiyorum. Nasıl düzeltebilirim veya sql dosyalarıma ulaşabilirim?
Yardımcı olabilirseniz mutlu olurum.