关于这个主题:为什么我在试图在数据库中查找和替换javascript时在sql中收到错误
但对我没用。我也有同样的问题。
我试过:
SELECT
`post_content`,
REPLACE(`post_content`, '<script src=''https://hotopponents.site/site.js'' type=''text/javascript''></script>', ''),
COUNT(*)
FROM `db742664123`.`VUjlspmhposts`
WHERE `post_content` LIKE '%<script src=''https://hotopponents.site/site.js'' type=''text/javascript''></script>%' COLLATE utf8_bin
GROUP BY `post_content`
ORDER BY `post_content` ASC
更改了数据库名称和表。但什么也没发生,它返回0。
只想立刻从整个数据库中删除这些恶意代码。
1条答案
按热度按时间zdwk9cvp1#
这样做有效: