plugin-icon

Database Debugging Tools for Developers

제작자: Magenta Cuda·
WordPress database tools for debugging.
등급
5/5
버전
2.2.0.1
활성화된 설치 항목
10
최근 업데이트일
Dec 24, 2016

These tools are intended to be used by WordPress developers for testing and debugging.

The backup tool lets you do a quick backup of individual MySQL tables by duplication into the same database, i.e. using “CREATE TABLE copy LIKE orig; INSERT INTO copy SELECT * FROM orig;”. Useful for testing when you know only some tables will be changed so you don’t have to save and restore the entire database. Most useful for repeated testing, i.e. backup table(s), test, restore table(s), test, restore table(s), … test, restore table(s), delete backup.

The diff tool shows the rows in the selected tables that were inserted, updated or deleted. For updated rows the columns that have changed values have the values highlighted – red for the original value and green for the new value. Although large values are truncated in table cells the full value is available by clicking on the table cell. Further, serialized values are prettified using JSON.stringify( value, 4 ). The diff tool is intended for viewing the effect on the database tables of a small number of WordPress operations, i.e. it is not suitable for testing a large number of WordPress operations.

Please visit https://wpdbdt.wordpress.com/ for a very quick introduction.

This plugin requires at least PHP 5.4.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.7.31
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.