Skip to main content

MariaDB problem after upgrading 10.1 to 10.3

Comments

2 comments

  • cPanelLauren
    Hello, I'd suggest opening a ticket for this, if the tablespace issues began as a result of the upgrade. If you had tablespace issues prior to upgrading to MariaDB you might want to look at the resource here: Tutorial - InnoDB Corruption Repair Guide
    0
  • Bidi
    I got another vps with cPanel running maria 10.1 the scripts and any ipb works fine, made fresh instalation to test, i upgrade mariadb to 10.3 got the same problem like in the dedicated server so is not because of the innodb coruption, dose anyone else got this problem and founded a fix or sompting ?! Till now i founded this having the same problem like me. "world rows in MariaDB 10.2 is reserved, so cant be used. It should be changed to 'rows' or anything Find the following file admin\applications\core\modules_admin\mycp\dashboard.php Change line 377 to $online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as fixme', 'from' => 'sessions', 'where' => "running_time > {$time}" ) );$online = $this->DB->buildAndFetch( array( 'select' => 'count(*) as fixme', 'from' => 'sessions', 'where' => "running_time > {$time}" ) ); Change line 379 to $stats['active_users'> = $online['fixme'>;$stats['active_users'> = $online['fixme'>; Of course you don't have to use the word "fixme". You can use any word so long as you don't use "rows"!. Thanks! " Reserved Words > ROWS -- But the big think is how the hell i make this changes to 50+ websites :))
    0

Please sign in to leave a comment.