emma:MySQL 管理好帮手

emma 是一个图形化的 MySQL 数据库管理工具。它具有直接连接到本机或远程 MySQL 数据库,建立或删除数据库,添加、编辑、删除数据表,插入、编辑、删除数据记录,执行查询等多种特性。对于经常需要管理 MySQL 数据库的朋友,emma 无疑是一个好帮手。

emma

需要尝试的朋友,可按以下步骤完成安装过程:

  1. 安装使用需求: sudo apt-get install python2.4 python-mysqldb python-gtk2 python-glade2
  2. 下载 emma 0.4
  3. 解包,并安装: tar xvjf emma-0.4.tar.bz2 cd emma-0.4 sudo python setup.py install

稍后,可以使用 emma 来启动程序。

Read More:

6 Comments

  1. 1 benben Commented @ 2006-10-22 18:09Reply to this comment

    这个不错,收下! 感谢下!

  2. 2 remus Commented @ 2007-04-23 16:10Reply to this comment

    今天找管理工具刚好看到这个,谢谢toy。 如果不能显示中文,编辑~/.emma/emmarc文件,在support_encoding那一行加上gb2312,重起emma就好:)

  3. 3 qlj Commented @ 2011-08-19 14:03Reply to this comment

    这个似乎不支持中文

  4. 4 o(∩∩)o...哈哈 Commented @ 2011-08-22 18:22Reply to this comment

    在support_encoding那一行加上gb2312????? 不行阿,bz,怎么支持中文阿,修改/usr/share/emma/emmalib 目录下源码 也不行阿,博主看看怎么能支持中文。

  5. 5 o(∩∩)o...哈哈 Commented @ 2011-08-22 18:22Reply to this comment

    我是在ubuntu下直接apt-get安装的。

  6. 6 leolovenet Commented @ 2011-11-13 23:58Reply to this comment

    http://blog.csdn.net/apoxlo/article/details/6967085 解决中文乱码