The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Question [Solved] Comment assignments following account changes
Summarize Topic
✦
✦
✦
AI is analyzing the discussion...
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Feb 07, 2026 5:07 pm
(@sospc)
Eminent Member
Joined: 5 years ago
Hello everyone,
I'm using a translator, so I hope this will be understandable.
One of my subscribers has asked for their account to be deleted so they can create a new one with a different email address and username.
The problem is that all their old comments are still in the database, but I don't know if it's possible to link the old comments to their new account.
I hope I've managed to make myself clear. 😁
Thanks,
Christophe
Support
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Feb 09, 2026 12:26 pm
(@asti)
Illustrious Member
Joined: 8 years ago
Hi,
Please provide us with the following information:
- The ID of the old user account
- The ID of the new account
- Let us know whether you have any wpDiscuz add-ons installed
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Feb 09, 2026 1:34 pm
(@sospc)
Eminent Member
Joined: 5 years ago
Hello,
The old ID was: 862
The new one is: 2125
And yes, I use two extensions:
wpDiscuz - Emoticons
and
wpDiscuz - Online Users
Thanks
Christophe
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8284
Feb 10, 2026 11:31 am
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
@sospc
Please follow the steps below:
1. Back up your database first, so you can restore the website if anything goes wrong.
2. Execute the SQL queries below:
UPDATE `wp_comments` SET `user_id` = 2125, `comment_author_email` = 'new_user_email' WHERE `comment_author_email` = 'old_user_email' AND `user_id` = 862;
UPDATE `wp_comments` SET `user_id` = 2125, `comment_author_email` = 'new_user_email' WHERE `comment_author_email` = 'old_user_email' AND `user_id` = 0;
UPDATE `wp_comments` SET `comment_author_email` = 'new_user_email' WHERE `comment_author_email` = 'old_user_email';
UPDATE `wp_commentmeta` SET `meta_value` = 'new_user_email' WHERE `meta_key` = 'wpdiscuz_last_edited_by' AND `meta_value` = 'old_user_email';
UPDATE `wp_wc_comments_subscription` SET `email` = 'new_user_email' WHERE `email` = 'old_user_email';
UPDATE `wp_wc_follow_users` SET `follower_id` = 2125, `email` = 'new_user_email' WHERE `user_id` = 862;
UPDATE `wp_wc_follow_users` SET `follower_id` = 2125, `follower_email` = 'new_user_email' WHERE `follower_id` = 862;
DELETE FROM `wp_wc_online_users` WHERE `user_id` = 862;
In the SQL code, please replace new_user_email and old_user_email with the corresponding values.
This video tutorial should also be helpful:
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Feb 10, 2026 12:42 pm
(@sospc)
Eminent Member
Joined: 5 years ago
Hello,
Thank you for your assistance.
I'd rather leave it at that. I didn't imagine I'd have to perform such a complex maneuver, and I don't want to crash my site.
For your information, the video is not displaying.
Thank you,
Christophe
Support
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
Feb 11, 2026 11:58 am
(@asti)
Illustrious Member
Joined: 8 years ago
I'd rather leave it at that. I didn't imagine I'd have to perform such a complex maneuver, and I don't want to crash my site.
Please keep us informed if you have any further questions. For now, we'll mark this thread as solved.
For your information, the video is not displaying.
Thank you for letting us know — we’ll definitely check this.
Super Globals
Options and Features