Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: 1and1 MySQL installation.

Talk:1and1 MySQL installation

From MoodleDocs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Moodle 2.0 - UTF-8 conversion

These instructions successfully addressed installing Moodle 1.9.x on 1and1. When installing Moodle 2.x on 1and1 from scratch it hangs while trying to verify the DB is in Unicode UTF-8 format, which it is. Can 2.0 be installed on 1and1?


I found this in the forum, and it worked perfect for me on 1and1.

Run this MySQL query....

ALTER DATABASE yourdatabase DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;

That's all! (The preceding unsigned comment was added by Robert Parhiz (talkcontribs) .)