我论坛转换后在论坛标题栏中可以看到回形针标识,但是帖子内部看不到附件。搜索了一下论坛,发现这个帖子: https://discuz.dismall.com/viewth ... page=18#pid10894428
觉得其中一种情况可能符合我的情况(不确定),于是运行其中提供的命令:
UPDATE cdb_posts p, cdb_attachments a SET p.attachment =1 WHERE p.pid = a.pid;
但出现下面错误:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'cdb'