Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

onii-chan on "How to Re-associate comments with a user after moving wordpress"

$
0
0

I hate to keep posting in a row, but for anyone in the future who has this problem, I've found the solution.

If you are using phpmyadmin with your database, go to the SQL section and run this:

UPDATE wp_comments
SET user_id = 2
WHERE name = "Jimmy the Author"

*where you see 2, change to whatever your author's user id is.

Happy blogging :)


Viewing all articles
Browse latest Browse all 5530

Trending Articles