Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

My Tables

Описание

Displays table information of your WordPress Database.

Helpful in tracking:

  • Whether your newly installed plugin created new tables.
  • How many records exist in each tables.
  • Monitor the Collations or Storage Engines.
  • Table prefixes.
  • Full list of tables within your WordPress database.

Banner File

Dan Dimmock at unsplash.com

Скриншоты

  • List of tables under your WordPress Database.

Установка

Method #1

  • Go to your WP Admin > Plugins > Add New page.
  • Search for «My Tables».
  • Click install. Click activate.

Method #2

  • Download this plugin as a .zip file.
  • Go to WP Admin > Plugins > Add new > Upload Plugin.
  • Upload the .zip file and activate the plugin.

Method #3

  • Download the file my-tables.zip.
  • Unzip the file on your computer.
  • Upload folder my-tables (you just unzipped) to /wp-content/plugins/ directory.
  • Activate the plugin through the WP Admin > Plugins menu.

Click on how to install a WordPress Plugin for more details.

Часто задаваемые вопросы

How does it work

It reads the database table status and prints out the basic useful information.
The page is accessible to admin users only.

Is it safe?

Yes. It only displays the basic information like table names, auto increment values, and number of rows and table comments.
And it is available to admin users only within wp-admin.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«My Tables» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «My Tables» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.1

  • Sizes per table added.
  • Banner image added

1.0.0

  • Documentation improved.
  • Initial release.