這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

myEASYdb

描述

myEASYdb is a WordPress plugin created to help managing your MySQL tables in the easiest and quickest way.

This version of myEASYdb let’s you browse and edit your exhisting tables by simply setting the name of the database you want to edit.
You can also define relations between fields. Relations can be defined when a field includes a value that is the key of another table.
By setting a relation you will be able to choose the field value by selecting the description of the related table in a drow down menu.

Future releases will include a wide range of operations on your MySQL tables like, for example:
tables design, fields validation setup, tables maintenance, print/export to PDF and CSV (comma separated text files), etc.

If you like to see myEASYdb in action check the Intro video.

Related Links:

Please note that this is my first WordPress plugin thus the minimum WordPress required version is 2.9.1 — the latest available version when I started to code the plugin.
If you are successfully using this plugin with an older WordPress version, please let me know!

螢幕截圖

  • Browsing a table
  • Editing a record
  • Setting up a relation

安裝

This section describes how to install the plugin and get it working.

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress Administration page
  3. Open the plugin configuration page, which is located under Settings -> myEASYdb and fill up the options. If the myEasyDB Database you choose does not contains the myEASYdb own tables you will get the option to create them.
  4. You can access to all the tables included in the selected Database trough the myEASYdb menu
  5. To access the plugin tools open the Tools -> myEASYdb menu

常見問題

On which browsers do you test myEASYdb?

I develop and test the plugin on Mozilla Firefox and Google Chrome on Ubuntu Linux.
I do regulary upgrade the browsers to the latest versions as soon as they became available.

Everynow and then I do also test on IE8 in a VirtualBox environment.

What languages are available?

At the moment I am working on the English version, however I am following the WordPress guidelines to make it easily translable once it will become ‘mature’ enough.
If you like to help with the translation please fill the contact form on the myEASYdb home page.

評價

2020年6月25日
Got this message upon activation Plugin could not be activated because it triggered a fatal error.
閱讀全部1個評價

貢獻者及開發者

“myEASYdb” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 myEASYdb 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.0.6 (23 February 2010)

  • On Windows servers the main configuration was not loaded due to an issue when defining the installation path.
  • Added an option to show debug info on screen.
  • Added a check to be sure the MySQL user has sufficient privileges to create myEASYdb own tables.
  • Fixed some issues when creating myEASYdb own tables.
  • Tested (and working) on an HostGator hosted account.
  • When a reference is deleted the screen is now properly refreshed.
  • NEW! Define which fields you like to filter and filter the table contents list accordingly.

0.0.5 (17 February 2010)

  • Fixed an issue on a fresh installation preventing to load the Settings page.
  • Minor changes in the Settings page layout to fit a 1024 pixels width screen.
  • Contents list page:
    • corrected the fields alignment for referenced fields.
    • when you change the value in the ‘records per page’ drop down menu the page is resetted to the top.
  • Table data was not removed everytime it was necessary.
  • Added lables descriptions to butons.

0.0.4 (16 February 2010)

  • Added support for tables that does not use a numeric/autoincremented field for the key.
    In this case the key used to get/update the record is created using ALL the fields defined as keys.
  • Added an indication on the screen about which fields are used as key.
  • If it is not possible to determine the table key the code dies (for the moment) showing an info message.
  • Headers/data in the table list are now aligned on the right if the field is numeric.
  • Every table field is now shown on the Edit Record page: reserved and yet-to-be-handled fields types are represented as readonly input fields.
  • The ‘records per page’ drop down menu is now functional; its original value (defined in the Settings page) is restored when you reload the page.

0.0.3 (15 February 2010)

  • Sorry, I have messed up with SVN

0.0.2 (15 February 2010)

  • When updating a table, its ID field (the autoincremented one):
    • is now choosen as the first auto-increment field in the table
    • is not overwritten anymore
  • Backslashes added by mysql_real_escape() are now properly removed before presenting the data on the screen

0.0.1 (15 February 2010)

  • This is the first release!