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

Talk:1and1 MySQL installation: Difference between revisions

From MoodleDocs
m (Moodle 2.0 on 1and1 hangs on UTF-8 check)
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== 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?
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!
{{Unsigned|Robert Parhiz}}

Latest revision as of 10:21, 20 December 2010

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) .)