Yes. I went into the new database with phpmyadmin. I browsed the posts file. It didn't have any of my new posts. So then I went to the old hosting company (it's still an active account even though I'm not pointing my DNS there) and also logged into phpmyadmin and browsed the post file. There were all the most recent posts.
I went back to wordpress and checked and found I hadn't configured the wp-config.php file to point to the new database. So I pointed it.
It gave me an error saying it couldn't log into the old host like this
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at OLD DATABASE SERVER. This could mean your host's database server is down.
•Are you sure you have the correct username and password?
•Are you sure that you have typed the correct hostname?
•Are you sure that the database server is running
Next I deleted the wp-config.php file entirely and tried running the wp-admin/install.php
I got the EXACT same error.
Where is the old database information stored besides in the wp-config.php?
In the meantime I've deleted ALL of the wordpress files and am reloading them all over again which is a pain in the neck with my satellite connection on a cloudy day but I need my site up and running.
In addtion I once again exported the files from my old database and then created a new wp_database on my new server and am importing the old files.
Does this make sense? Thank you again for looking at this.