在PHPMYADMIN中打开dz论坛数据库,点击上方的SQL,输入以下sql语句
UPDATE cdb_posts p, cdb_attachments a SET p.attachment =1 WHERE p.pid = a.pid;
就出现下面
服务器: localhost:3306 数据库: discuz
Warning: Cannot modify header information - headers already sent by (output started at D:\456\APMServ5.2.0\www\phpMyAdmin\libraries\header_meta_style.inc.php:27) in D:\456\APMServ5.2.0\www\phpMyAdmin\libraries\common.lib.php on line 1154
这是什么原因啊 急死我了
Warning: Cannot modify header information - headers already sent by (output started at D:\456\APMServ5.2.0\www\phpMyAdmin\libraries\header_meta_style.inc.php:27) in D:\456\APMServ5.2.0\www\phpMyAdmin\libraries\common.lib.php on line 1154