Selam taslakları toplu şekilde açmak için bu php dosyasını yaptım ama çalışmıyor sorun nerde sizce

include('wp-config.php');
$sonuc=mysql_query("UPDATE wp_posts set post_status='publish' where post_status='draft'");
echo($sonuc);
?>