İlk önce ssh panel’den root girişi yapıyoruz.
İşlemleri sırasıyla takip edin…
İlk adım
Komut : sudo mysql_upgrade_shell --verbose --datadir=/var/lib/mysql --user=admin --password=plesk şifreniz
Komut Sonucu ;
Running /usr/bin/mysqlcheck --password=**** --check-upgrade --all-databases --auto-repair --user=root expressionengine.exp_actions error : Table upgrade required. Please do "REPAIR TABLE `exp_actions`" to fix it! expressionengine.exp_captcha error : Table upgrade required. Please do "REPAIR TABLE `exp_captcha`" to fix it! expressionengine.exp_categories error : Table upgrade required. Please do "REPAIR TABLE `exp_categories`" to fix it! expressionengine.exp_category_field_data :(略) mysql.time_zone_transition_type OK mysql.user OK This script updates all the mysql privilege tables to be usable by the current version of MySQL doneİkinci adıma geçiyoruz
Komut : mysql -u admin -p
Komut Sonucu ;
Enter password: Plesk admin şifresini giriyorsunuz Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 82 Server version: 5.0.68 Source distribution Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.Bir sonraki adım ;
Mysql giriş yapmış oluyoruz neticesinde…
Komut : use expressionengine;
Komut Sonucu ;
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changedBir Sonraki adım ;
Komut : REPAIR TABLE `exp_actions`;
Komut Sonucu ;
+---------------------------------+--------+----------+----------+ | Table | Op | Msg_type | Msg_text | +---------------------------------+--------+----------+----------+ | expressionengine.exp_actions | repair | status | OK | +---------------------------------+--------+----------+----------+ 1 row in set (0.00 sec) :(略)Bir sonraki işlem ;
Komut : use mysql
Komut Sonucu ;
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changedBir Sonraki adım ;
Komut : REPAIR TABLE `columns_priv`;
Komut Sonucu ;
+--------------------+--------+----------+----------+ | Table | Op | Msg_type | Msg_text | +--------------------+--------+----------+----------+ | mysql.columns_priv | repair | status | OK | +--------------------+--------+----------+----------+ 1 row in set (0.00 sec) :(略)Mysql’den çıkıyoruz ;
Komut : exit
Mysql'e tekrar bağlanıyoruz ;
Komut : mysql -u root -p
Enter password: plesk şifrenizi tekrar giriyorsunuz Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 84 Server version: 5.0.68 Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer.Ve Son Adım ;
Komut : mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec) ( Bu yazıyı aldığınızda tüm işlemler başarıyla tamamlanmış kurulum bitmiştir. )Sunucuya “reboot” komutuyla reset atıyoruz ve geldiğinde db hatası çözümleniyor.
Kolay gelsin….