Thread Starter
janetm
(@janetm)
It’ll be interesting to see if I get any responses anywhere! 🙂
Just for grins, paste a screenshot of your phpMyAdmin screen somewhere (e.g. photobucket).
Thread Starter
janetm
(@janetm)
Actually looks okay to me. And it looks like your WordPress tables are there. You can click on any of the database tables to the left to maintain them if necessary or click on the link Database: foodperson to see all the tables listed.
In you wp-config.php your DB_HOST will be ‘localhost’ your DB_NAME will be ‘foodperson’.
The DB_USER and DB_PASSWORD are whatever you assign somewhere in your WAMP installation I guess. On my xampp, the DB_USER is ‘root’ and no password (DB_PASSWORD is ”).
Your $table_prefix is ‘wp_’
Thread Starter
janetm
(@janetm)
Thanks, Michael. It’s all confusing, as the directions I find never seem to be of exactly the same versions of things as what I’m working with. I attemped xampp, too, but got confused there as well.
As you say, I think my databases are there, but WordPress doesn’t seem to see them. I’m obviously doing something wrong here. My suspicion is that I have them in the wrong folder.
Anyway, I appreciate your help. I’ll review your suggestions again tomorrow when I’m fresh, and if they don’t help, I’m just going to go ahead and fiddle without using the databases I downloaded from my site. The local installation seems able to add posts etc. to wherever it’s storing things, so I should be able to work on the theme one way or the other.
Thanks again.