이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Rename DB Table Prefix

설명

Need to change your table prefix from wp_ to something else on a site that’s already running? Not running a multisite install? Rename DB Table Prefix can probably help.

RDTP’s primary functionality is based on the great WP-CLI package, wp-cli-rename-db-prefix.

Use at your own risk and make backups before running this plugin – it is entirely possible that this could break your site and you will need to be able to restore your database and wp-config.php files from good backups if this happens.

스크린샷

  • Step 1 – confirm that you have backed up your database
  • Step 2 – confirm that you have backed up your wp-config.php
  • Step 3 – input your new table prefix or use the auto-generated one
  • Step 4 – db table prefix has been renamed successfully

설치

  1. Upload rdtp.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Find Rename DB Table Prefix in the Tools menu
  4. Back up your database and wp-config.php files before using Rename DB Table Prefix

FAQ

Installation Instructions
  1. Upload rdtp.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Find Rename DB Table Prefix in the Tools menu
  4. Back up your database and wp-config.php files before using Rename DB Table Prefix
Why would I need to rename my table prefix

Primarily for situations when you have dev or staging sites that have different table prefixes than your prod site. When running migrations with plugins like WP Migrate DB (Pro), or even manually, it’s usually necessary to have the source and destination site running on the same table prefix.

Also, some people think that changing your table prefix from wp_ to something else provides some security through obscurity. This probably isn’t very true.

What happens if something goes wrong

It is imperative that you make and test backups of your database and wp-config.php file before running RDTP. If something goes wrong and you find that your site is broken, you will need to restore your site from those backups.

The first thing RDTP does is try to change the $table_prefix variable in your wp-config.php file, and this is the most likely point that you will encounter an error. If RDTP is unable to update your wp-config.php file, it won’t continue on to update the database, so you’ll probably just need to check the permissions on your wp-config.php and try again.

후기

2022년 4월 22일
It does what it says and it does well. The plugin asks you if you have baked up you database and wp-config.php file, which it is a good reminder 🙂 I wouldn’t expect less from the authors. Thanks for your work!
2018년 12월 7일
I always make a point of changing the default wp_ prefix on new installs for better security and this one time I forgot. D’oh. I was about to do it manually using a text editor and phpMyAdmin and thought, ‘gee, i wonder if there’s a plugin that could make quick work of this’? I saw Delicious Brains associated with this plugin and since I use their awesome Better Search Replace plugin a fair bit, I decided to give it a whirl. Holy crap – what a huge time saver! One click and done (I ran backups first). I checked my wp-config file and the db and everything looks ship-shape. Awesome little plugin. Thanks for sharing! Highly recommended – but back up first! PK
2018년 10월 11일
Actually it did the job easily, great work
모든 6 평가 읽기

기여자 & 개발자

“Rename DB Table Prefix”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Rename DB Table Prefix”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1

  • Initial Release