How to resolve some issue while Installing Moodle Ubuntu 16.04 using Xampp

How to resolve moodle fresh installation issue : 
mysql_full_unicode_support#File_format and mysql_full_unicode_support#Large_prefix

1. Go to /opt/lampp/etc then edit my.cnf to add below code


[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 
 
2. Restart Xampp
 
 
 

Comments

Popular posts from this blog

How to learn data structure effectively

How to change phpmyadmin URL in Xampp Ubuntu and how to solve 'New Security Concept while accessing Phpmyadmin - Xampp' ?