Hi! Can somebody help me?
- I have a live blog, money hosted;
- I do a backup database in phpMyAdmin, and I have the sql file;
- I install MAMP because I want the localhost for a while;
In localhost, my problem start now:
1. I add my blog folder to wamp/www;
2. In wp-config.php DB_USER -> root and DB_PASSWORD -> root;
2. When I typed localhost/myblogname -> it start: Welcome Site title, Username, Password, etc -> Install WordPress -> is OK
but
when I Import my Database sql file from phpMyAdmin -> Import, it import the Database, and NOW when I type localhost/myblogname IT NOT LOAD... nothing...
Where did I go wrong?
Thanx!