Hi all
This is one I've never come across, and it's driving me CRAZY!
I'm moving WordPress from my local server to a live one, with a completely new URL. The new live server had a version of WordPress setup already with a one click install, so I thought easiest just to go into phpMyAdmin on the local, export, change the paths, then clear the live database and add my SQL file.
When I do this though and go to browse the site, WordPress is still asking me to install, so it's not recognising that the content's been uploaded. I'm definitely looking at the right database, as I can run the install and it creates the tables.
Can anyone think of a reason why it wouldn't recognise the content I've uploaded into the database? Would REALLY appreciate any help - I'm completely stuck.
So far I've tried:
- Clearing the database and re-importing (many times)
- Changing the compatibility mode on export/import to SQL40
- Checking the versions of mySQL are the same on both servers - (they are both version 5)
None of this works, so thanks for any advice or tips you can offer :)