Posts Tagged ‘数据表前缀修改’

WORDPRESS建立成后,也需要一定的安全设置。如WORDPRESS数据表默认前缀是“WP_”,应该进行修改。虽然本站不会吸引Hacker,但是为了玩转WORDPRESS,修改WORDPRESS数据表前缀,来保障数据库的安全。 在网络上查得修改WordPress数据表前缀的方法: 1. backup your wordpress database to a sql file (you can use phpmyadmin) 2. open that *.sql file (make another copy first) using text editor, then find and replace all “wp_” prefix to “something_”. 3. now, drop all tables of your wordpress databases (don’t drop the database) 4. import the *.sql file which [...]

Sunday, April 5th, 2009 at 12:52 | 0 comments

TOP