In moving my blog to a new server, I followed all instructions. Using phpmysql, I had to export the database using the option to save as MySQL 3.23 (current server is using MySQL 4.1.15).
Upon restoring the database to the new server, there are two problems:
1. Lots of funny characters. Am assuming the charset is messed up, but don't know how to fix. Looking at phpmyql on original server, it showed:
Language: English (en-utf-8)
MySQL Charset: UTF-8 Unicode (utf8)
MySQL Connection Collation: utf8_general_ci
The new server doesn't come with phpmsql (using CP+), so I don't know if I can find the same information on the new server.
Any ideas on how to fix this?
2. Permalinks are broken. 404 errors. Domain name hasn't changed. Checked the wp_options table in the database, but didn't see anything amiss. I thought maybe it was due to a different path structure, but don't know where to change the path info (if anywhere).
Any help would be appreciated. (Oh, and yes, I did search first for previous answers, but couldn't find anything that would help me).