=== Create DB Tables === Contributors: jppreus Donate link: http://jppreusdev.com/development/wordpress-plugins/donate/ Tags: database, table, SQL, wpdb, tables, phpMyAdmin Requires at least: 3.0.1 Tested up to: 4.3.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extremely simple way for developers to create new tables inside the existing WordPress database. == Description == Extremely simple way for developers to create new tables inside the existing WordPress database. Forget the annoying process of opening phpMyAdmin, logging in, then typing out the full SQL command for your new table. With this plugin, everything you need to do is located on one simple to use page, and you don't have to type out any SQL queries! This plugin also keeps record of the tables you've created. It is perfect for the developer who wants to quickly and easily add new database tables in a quick and effective manner. == Installation == This section describes how to install the plugin and get it working. e.g. Method One: 1. Go to your WordPress Dashboard and click on "Plugins" located on the left in the admin menu. 2. In the search field enter "Create DB Tables" and hit enter. 3. Find the plugin and click the "Install Now" button associated with the plugin. 4. Once finished, click the activation link and then your finished. Method Two: 1. Download plugin zip package from the WordPress Plugin Directory. 2. Unzip the file 'create-wp-tables.zip' and upload it to the '/wp-content/plugins/' directory 3. Activate the plugin through the 'Plugins' menu in WordPress Method Three: 1. Download plugin zip package from the WordPress Plugin Directory. 2. Go to your WordPress Dashboard and click on the "Add Plugin" sub-navigation link under "Plugins" located on the left in the admin menu. 3. Once the page is finished loading press the "Upload Plugin" button located next to the page title. 4. Next, either click "Choose File" to choose the zip package from your file browser or click & hold the zip packag and drop it on the "Choose File" button. Then click "Install Now". 5. Once the install is finished, activate the plugin to be finished. == Frequently Asked Questions == = Do I need to know SQL? = Yes, but you don't need to be an expert. This plugin is built so even a novice can use it. You really only need a basic understanding of the SQL language to properly use this plugin. == Changelog == = 1.0 = * Initial release of the plugin == Upgrade Notice == = 1.0 = * Initial release of the plugin