|
- update wp_posts set post_content = REPLACE(post_content, "<tags>", "[tags]");
- update wp_posts set post_content = REPLACE(post_content, "</tags>", "[/tags]");
- update wp_posts set post_content = REPLACE(post_content, "<tag>", "[tag]");
- update wp_posts set post_content = REPLACE(post_content, "</tag>", "[/tag]");
复制代码
請問各位
如果要修改資料庫, 自己沒那個權力進入PHPADMIN
我們可以怎樣做 ?
我們可以把以上的編碼, SAVE去update.php
然後上傳去空間
打http://XXX.com/update.php
那樣子來升級的嗎? |
|