We would like to copy an existing EE2 site (database and files) to a new directory on our server for development and testing. Files have been copied to the new directory and we’ve successfully exported the database from the existing site and imported to the development database. Everything seems to function properly with the “copied” site and control panel however a closer inspection reveals the navigation links (and possibly others) now end with the following: “?phpMyAdmin=KBASUSWbCkurd3gTklaCNOu3arf”
We have repeated the process of exporting the “source” database and importing to the “development” database and yielded the same results. There appears to be something happening on the import via PHPMyadmin that is adding the additional code to the links. I know this because we opened the “exported” database file in a text editor and the “phpmyadmin” string did not appear.
How can we solve this?