Problem with urls and comments in the database
-
Hi, I’m developing a wordpress site using xammp. It’s been going well, and to preserve my progress so far, I backed up the installation and the database. I don’t know why, but I decided to have a look at the exported database in a text editor and noticed hundreds of urls and comments from what look like a wordpress forum in the Options table. I’d just tried out ‘Classic Editor’ plugin and wondered if these urls and comments were connected to that. To try to find out, I installed a brand new copy of WordPress and then looked at the database in a text editor and didn’t see any urls or comments, then installed the classic editor plugin, looked at the database again and it was full of the same urls and comments.
Looking carefully at the entries, they are blocks of urls and comments and these blocks start with the following lines:
INSERT INTO
wp_options
(option_id
,option_name
,option_value
,autoload
) VALUES
(1998, ‘_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9’,The strange thing is, I discovered these on Saturday, but exporting the database again today and found that the urls and comments are no longer there. My questions are: has my database been hacked, or are these benign entries in the database? Should I start again with a new database and do all my work again just to be safe? I was running Xammp as root with the default ‘ no password’ setting, I’ve added a strong password today. Any help on this will be gratefully received. Here’s a screenshot of the Database opened in a text editor:
- The topic ‘Problem with urls and comments in the database’ is closed to new replies.