From 8ab79c55df7d6544a562e9fdcf0ee3f7e6f17d17 Mon Sep 17 00:00:00 2001 From: chunxiao ye Date: Wed, 11 Jun 2014 11:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=8C=E9=BE=99=E8=8C=B6=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... Database Tools For Linux Users To Use!.md | 55 ------------------- ... Database Tools For Linux Users To Use!.md | 54 ++++++++++++++++++ 2 files changed, 54 insertions(+), 55 deletions(-) delete mode 100644 sources/tech/10 Database Tools For Linux Users To Use!.md create mode 100644 translated/tech/10 Database Tools For Linux Users To Use!.md diff --git a/sources/tech/10 Database Tools For Linux Users To Use!.md b/sources/tech/10 Database Tools For Linux Users To Use!.md deleted file mode 100644 index e11f0c74b1..0000000000 --- a/sources/tech/10 Database Tools For Linux Users To Use!.md +++ /dev/null @@ -1,55 +0,0 @@ -乌龙茶 占坑 -10 Database Tools For Linux Users To Use! -================================================================================ -From content management systems to simple tables, databases are a part of every development project nowadays. That is why developers lay so much emphasis on using the right kind of database tools. Here are some that may be of help to you! - -![](http://www.efytimes.com/admin/useradmin/photo/LuMX31155AM5132014.jpeg) - -#### 1. [Autotabla][1] #### - -Autotabla is a CGI web interface to your programs' SQL tables. Just provide an XML description of your schema, and you'll be able to create/modify/delete records. HTML output fully customisable through CSS. Database independence through Perl/DBI. - -#### 2. [Cruddy!][2] #### - -Cruddy! is an application of the CGI::CRUD framework that provides an instant web front-end CRUD interface to your database. - -#### 3. [myPhile][3] #### - -This is a customisable generic front-end for MySQL tables. - -#### 4. [NG-Admin][4] #### - -This is a content management tool for databases. - -#### 5. [phpMoAdmin][5] #### - -This is a MongoDB administration tool for PHP. - -#### 6. [phpMSAdmin][6] #### - -phpMSAdmin is a tool written in PHP that allows you to administer a Microsoft SQL Server through a web browser, without the need for Windows or the proprietary Enterprise Manager. It allows you to create/modify: databases, tables, views, triggers, etc. - -#### 7. [RockMongo][7] #### - -RockMongo, a MongoDB administration tool, written in PHP5, is Best in PHP world, more like PHPMyAdmin. - -#### 8. [WizMySQLAdmin][8] #### - -WizMySQLAdmin is a MySQL database manager like the most famous phpMyAdmin, but it's very simple to install and maintain. It's composed by only one file, and it support multiple databases and tables creation and manipulation. - --------------------------------------------------------------------------------- - -via: http://www.efytimes.com/e1/fullnews.asp?edid=138307 - -译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 - -[1]:http://sourceforge.net/projects/autotabla/ -[2]:http://www.thesmbexchange.com/cruddy/ -[3]:http://efytimes.com/e1/companionway.net -[4]:http://www.ng-marketing.com/wuerzburg/ -[5]:http://phpmoadmin.com/ -[6]:http://sourceforge.net/projects/phpmsadmin/ -[7]:http://rockmongo.com/ -[8]:http://sourceforge.net/projects/wizmysqadmin/ diff --git a/translated/tech/10 Database Tools For Linux Users To Use!.md b/translated/tech/10 Database Tools For Linux Users To Use!.md new file mode 100644 index 0000000000..b47490add4 --- /dev/null +++ b/translated/tech/10 Database Tools For Linux Users To Use!.md @@ -0,0 +1,54 @@ +10款适合Linux用户使用的数据库! +================================================================================ +从内容管理系统到简单的表格,数据库是每一个开发项目的一部分。这就是为什么开发者们如此强调使用正确类型的数据库工具。下面这些可能对您有所帮助! + +![](http://www.efytimes.com/admin/useradmin/photo/LuMX31155AM5132014.jpeg) + +#### 1. [Autotabla][1] #### + +Autotabla是一个对你的程序以CGI Web为界面的SQL表。只需要提供你架构的XML描述,你就可以创建/修改/删除记录。 HTML输出通过CSS完全自定义。通过Perl/DBI保证数据库的独立性。 + +#### 2. [Cruddy!][2] #### + +Cruddy!是一个以CGI::CRUD为框架的应用程序,它为你的数据库提供了一个即时的Web前端的CRUD接口。 + +#### 3. [myPhile][3] #### + +这是一个可定制通用前端的MySQL表。 + +#### 4. [NG-Admin][4] #### + +这是一个内容管理工具的数据库。 + +#### 5. [phpMoAdmin][5] #### + +这是一个PHP语言的MongoDB管理工具。 + +#### 6. [phpMSAdmin][6] #### + +phpMSAdmin是用PHP编写的工具,它允许您通过Web浏览器管理一个微软的SQL Server ,而不需要Windows或专有的企业管理器。它允许你创建/修改:数据库,表,视图,触发器等 + +#### 7. [RockMongo][7] #### + +RockMongo,一个MongoDB的管理工具,在PHP5中实现,最好是在PHP中使用,更多的,像phpMyAdmin。 + +#### 8. [WizMySQLAdmin][8] #### + +WizMySQLAdmin就像是最有名的phpMyAdmin的MySQL数据库管理器,但它非常易于安装和维护。它只由一个文件组成,并支持多种数据库和表的创建和处理。 + +-------------------------------------------------------------------------------- + +via: http://www.efytimes.com/e1/fullnews.asp?edid=138307 + +译者:[乌龙茶](https://github.com/yechuxiao19) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://sourceforge.net/projects/autotabla/ +[2]:http://www.thesmbexchange.com/cruddy/ +[3]:http://efytimes.com/e1/companionway.net +[4]:http://www.ng-marketing.com/wuerzburg/ +[5]:http://phpmoadmin.com/ +[6]:http://sourceforge.net/projects/phpmsadmin/ +[7]:http://rockmongo.com/ +[8]:http://sourceforge.net/projects/wizmysqadmin/