Problem with database connection
-
I’ve installed 2 wp’s in the same database. I use to have the first wp’s tables at this database which was called “frozenro_main” and now I’ve moved all the tables to a new database called “frozenro_blog” and I altered the info in the wp-config.php file too, but now I’m getting this error at my blog page, the post shows up fine but above it is this error message:
Database error: [Table ‘frozenro_main.wpsuomi_users’ doesn’t exist]
SELECT * FROM wpsuomi_users WHERE user_login = ‘admin’
It seems like the wp is trying to read from the previous database for some reason and the database (frozenro_main) exists but the tables aren’t there anymore! What can I do to make this error stop?
The topic ‘Problem with database connection’ is closed to new replies.