Title: myEASYdb
Author: ugosinhache
Published: <strong>2010 年 2 月 15 日</strong>
Last modified: 2010 年 2 月 23 日

---

搜尋外掛

![](https://ps.w.org/myeasydb/assets/banner-772x250.jpg?rev=541942)

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

![](https://s.w.org/plugins/geopattern-icon/myeasydb_8ab8d1.svg)

# myEASYdb

 由 [ugosinhache](https://profiles.wordpress.org/camaleo/) 開發

[下載](https://downloads.wordpress.org/plugin/myeasydb.0.0.6.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/myeasydb/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/myeasydb/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/myeasydb/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/myeasydb/#developers)

 [技術支援](https://wordpress.org/support/plugin/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](http://myeasydb.com/tutorials/intro/).

Related Links:

 * [Plugin Homepage](http://myeasydb.com/)

_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](http://myeasydb.com/#contact)!

## 螢幕擷圖

 * [[
 * 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](http://myeasydb.com/#contact)
on the myEASYdb home page.

## 使用者評論

![](https://secure.gravatar.com/avatar/dcfc9e725e033c628fb236b28b0a22a328d811b9e868f1533cc32e6d7bb2f770?
s=60&d=retro&r=g)

### 󠀁[Fatal Error](https://wordpress.org/support/topic/fatal-error-3534/)󠁿

 [webstpro](https://profiles.wordpress.org/webstpro/) 2020 年 6 月 25 日

Got this message upon activation Plugin could not be activated because it triggered
a fatal error.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/myeasydb/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈myEASYdb〉的開發相關工作。

參與者

 *   [ ugosinhache ](https://profiles.wordpress.org/camaleo/)

[將〈myEASYdb〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/myeasydb)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/myeasydb/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/myeasydb/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/myeasydb/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/myeasydb/)。

## 變更記錄

#### 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](http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=maraja)
   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!

## 中繼資料

 *  版本 **0.0.6**
 *  最後更新 **16 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.9.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **2.9.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/myeasydb/)
 * 標籤
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[administration](https://tw.wordpress.org/plugins/tags/administration/)
   [data management](https://tw.wordpress.org/plugins/tags/data-management/)[mysql](https://tw.wordpress.org/plugins/tags/mysql/)
 *  [進階檢視](https://tw.wordpress.org/plugins/myeasydb/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/myeasydb/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/myeasydb/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/myeasydb/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/myeasydb/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/myeasydb/reviews/?filter=1)

[新增使用者評論](https://wordpress.org/support/plugin/myeasydb/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/myeasydb/reviews/)

## 參與者

 *   [ ugosinhache ](https://profiles.wordpress.org/camaleo/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/myeasydb/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9VCM6JTADXFY6)