php - Moodle Configuration error in mysql version update -


i configuring moodle 2.8.1 version. while configuring loads page server checks validated.

i have sorted errors , displaying 1 server check error is

mysql (5.0.81-community-nt) version 5.5.31 required , running 5.0.81 

where have installed newer version of phpmyadmin is: enter image description here

but don't understand why moodle gives me error like: enter image description here

it says running mysql version 5.0.x have installed newer version of mysql 5.6.x

plz me out through this.

thank you

go htdocs , find moodle "config.php" on $cfg->dbtype = 'mysqli'; change $cfg->dbtype = 'mariadb';

it means should change dbtype mariadb instead off mysqli


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -