http://95.154.248.82:8880/
Sorunun adresi
ve sorun:
ERROR: PleskMainDBException
MySQL query failed: Incorrect information in file: './psa/misc.frm'
0: common_func.php3:206
db_query(string 'select param, val from misc')
1: common_func.php3:625
get_param(string 'mysql41_compatible')
2: common_func.php3:522
db_set_names()
3: common_func.php3:501
db_connect_real(string 'localhost', string 'admin', string '*************', string 'psa')
4: common_func.php3:481
db_connect()
5: auth.php3:90
Alıntı
I had same problem,
I think you disabled InnoDB.
edit /etc/my.cnf and remove skip-innodb if exist and then restart mysqld service : service mysqld restart
şöyle bir tavsiye gördüm
http://www.webhostingtalk.com/showthread.php?t=750003
şu konuda. isterseniz bir deneyin. Deneme yapmadan önce my.cnf yedeğini almayı unutmayın.