We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

MariaDb Version supported from 1.8 | Forum

Topic location: Forum home » Support » General Questions
Silvio
Silvio Dec 3 '15
Anyone experienced problems moving website from another vps using MariaDB 10.1.9 (latest) ? i don't know if it is supported.

Regards
Silvio
Silvio Dec 3 '15
thanks Ross ;)
Silvio
Silvio Dec 3 '15
I'm trasferring site but i receive this error.. Permission (tested) and configuration file is correct. Any suggestion?
ross Team
ross Dec 3 '15
On line 739 of ow_core/database.php file


you have this method:


private function isMysqlValidVersion()    {        $verArray = explode('.', $this->connection->getAttribute(PDO::ATTR_SERVER_VERSION));        return $verArray[0] == 5;    }


replace it ==5 with >=5 and try again


Silvio
Silvio Dec 3 '15
ok seems working now ;)