Error on installing Moodle 3.3+ with XAMPP

Error on installing Moodle 3.3+ with XAMPP

by Abhishek Kumar Vishwakarma -
Number of replies: 2

I have found some error when i am going to install Moodle 3.3+. This is my first time.

help me to solve the problem.

I am attaching some screenshot...


Average of ratings: -
In reply to Abhishek Kumar Vishwakarma

Re: Error on installing Moodle 3.3+ with XAMPP

by Mihir J -

Hi Abhishek

As you can see in the screenshot - you need to upgrade mysql version to the minimum version of 5.5.31.

Then for the two bottom red issue - you need to execute some certain commands, you will notice in the right hand box texts some links are given, You can check those links and get those commands.

This are basically to make your entire environment, db compatible and scallable

thanks!

Mihir

In reply to Abhishek Kumar Vishwakarma

Re: Error on installing Moodle 3.3+ with XAMPP

by Rahul Rai -

Hello Abhishek

If you use XAMPP server so, you can add. Go to XAMPP server

click on Config-> my.ini then open new text file. In this text file, you copy this contain below and paste. I hope resolve your issue. 


[client] 

default-character-set = utf8mb4


[mysqld]

innodb_file_format = Barracuda 

innodb_file_per_table = 1 

innodb_large_prefix  


character-set-server = utf8mb4

collation-server = utf8mb4_unicode_ci 

skip-character-set-client-handshake 


[mysql

default-character-set = utf8mb4