I have order a new server : cpanel RE4
Today, when I have transfer old server all accounts to this new server new server,
I found the new server is MySQL 4.1.xx and my old server is MySQL 4.0.xx
We use characters chinese code.
How to downgrade back to MySQL 4.0.xx ?
or
Because cPanel 10.8.2-R83 only support MySQL 4.1.xx or latter.
How to install WHM 10.8.0 cPanel 10.8.1-S114 on new server ?
========================================
old server
WHM 10.8.0 cPanel 10.8.1-S114
RedHat 9 i686 - WHM X v3.1.0
new server
WHM 10.8.0 cPanel 10.8.2-R83
RedHat Enterprise 4 i686 - WHM X v3.1.0
Ref:
==============================
http://forum.ev1servers.net/showthread.php...light=mysql+4.1
MySQL 4.1 stores table names and column names in UTF8. If you have table names or column names that use characters outside of the standard 7-bit US-ASCII range, you may have to do a mysqldump of your tables in MySQL 4.0 and restore them after upgrading to MySQL 4.1. The symptom for this problem is that you get a table not found error when trying to access your tables. In this case, you should be able to downgrade back to MySQL 4.0 and access your data.
==============================