Ok, I'm really banging my head into a wall here. Here's what we have...
Linux Slackware 10.2 running MySQL 4.1.16 Moodle Server 1.8.3 and believe it's all in UTF8 Database. This setup runs without any major issues, I have some administration problems which I think was due to a botched upgrade from 1.7.1 to 1.8.3 but we're able to do everything in it no problems.
I want to migrate/upgrade this setup to a Linux Redhat Enterprise Server running Enterprise v5 and MySQL 5.0.45.
If I do a direct install of Moodle v1.8.5, it creates the database and everything just fine, I can get into the Moodle server and do whatever I want, without any problems. I export our Moodle Database data from our live slackware box to a .SQL File and then import that file into the Redhat server. This causes the once perfectly running Moodle 1.8.5 to display
| character_set_client | utf8 | |
| character_set_connection | utf8 | |
| character_set_database | utf8 | |
| character_set_filesystem | binary | |
| character_set_results | utf8 | |
| character_set_server | utf8 | |
| character_set_system | utf8 | |
| character_sets_dir | /usr/share/mysql/charsets/ | |
| collation_connection | utf8_general_ci | |
| collation_database | utf8_unicode_ci | |
| collation_server | utf8_general_ci |
WHAT THE HECK IS GOING ON? And yes I double checked the SHOW LOCAL VARIABLES and they confirm the same thing.
Now the only thing I have not done yet, is copy over the public_html and course files from our Live Moodle server to the new server after the import. I wouldn't think that the missing course files would cause it to say that theres a Unicode Database issue. Heck, maybe I'm wrong, been known to happen now and again.
Any help you guys and girls can provide, would be greatly appreciated!
Oh PS> We are running Webmin and our server is on a virtual server created by Virtualmin. Our live server is setup the same way. With the exception of the live server on the linux slackware machine is Webmin 1.360 and the new server (Redhat) is running Webmin 1.420.
Thanks in advance!