I’m migrating my site from one server to another, but there seems to be an issue with the exported MySQL database. At the end of all my links it is adding a variable, which in turn breaks the front end of my site.
For example, in a template, this…
<a href="{site_url}">Displays as this…
<a href="{site_url}?phpMyAdmin=93c4fa92b93t4ca84294">This is the case for all templates as well as entries. If I open the sql file, that I exported, its in there too. The old server is running MySQL 5.0.22 / phpMyAdmin 2.8.2.4. The new server is running MySQL 5.0.95 / phpMyAdmin 3.4.5. I selected “drop table”, all character format that I come across is set to UTF-8. Everything seems to work fine except for this issue.
I followed the migration instructions found here. I’m running EE v2.2.2.
Any suggestions or is this a question for a MySQL forum?