Not so much a problem, as a general question.
I just moved my EE installation from my local server (MAMP) to my remote server. I followed the instructions, export db, import db, copy files, change config.php, change paths, change urls in gen. config/template location/file upload prefs.
One thing I saw in the instructions on the wiki (that I didn’t do) was to do a find and replace in the .sql file that I exported and change the instances of my local url: localhost:8888 to the url of my domain. I did do the migration and everything seems to be working fine, but just to check, I did an export of the db from the remote server and found a few places that reference localhost.
My question is… Will that be a problem?
Thanks!