WP Manifestindependent plugin directory
manifest / performance / database-tables

Database Tables

Easily change any MySQL database table to InnoDB or MyISAM using this plugin.

by plugins.club · github.com/pluginsclub/database-tables · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pluginsclub/database-tables/archive/refs/heads/main.zip

From the readme

Database Tables WordPress plugin Originally, the WordPress database was formatted as type MyISAM but years later they changed the database format to InnoDB. Reportedly, InnoDB is superior to MyISAM in several ways. If your database is not InnoDB, you may benefit from changing it. This simple plugin will allow you to view all your database tables, their size, and engine. You can easily change any MySQL database table to InnoDB or MyISAM using this plugin. Simply activate the plugin and navigate to Tools Database Tables to view current databases or change their engine to InnoDB or MyISAM.

Read the full README on GitHub →