2014年04月19日 星期六 14:31
由于MySQL数据库的广泛应用,MySQL客户端工具的选择也非常丰富,比较著名的有SQLyog、Navicat等,但比较好用工具大多都是收费的,并且价格不菲。
很久之前我曾经用过一款MySQL官方出品的客户端工具,貌似叫做MySQL GUI,感觉很一般,后来就在没关注过这个产品的发展。最近我尝试使用了MySQL官方出品的MySQL Workbench客户端工具,感觉非常好用,出乎我的意料。
MySQL Workbench工具有非常丰富的特性,我经常用到的有:
SQL Editor Write, run and debug SQL statements SQL Code Completion Context-sensitive list of SQL keywords and objects, for more efficient coding SQL Code Formatter Automatically formats SQL code to make code more readable SQL Syntax Highlighting Color syntax highlighting Server Stop/Start Stop/Start servers locally and remotely Server Status & Health View key server diagnostic information (Status, CPU, Memory, Hit rate, Network Traffic) Server Configuration View and edit MySQL Server settings\ User Management View, edit, create, delete and clone MySQL users and privileges SSH-Tunneling Configure SSH connections to local and remote servers Import/Export Import and export mysqldump files Export Result Sets Export result sets as CSV, XML, HTML
除此之外,MySQL Workbench还有两个好处:
1,Community Edition 版本是完全开源免费的软件。
2,可以跨平台运行于Windows、Mac OS X、Linux环境。
推荐大家尝试一下。
官方网站:
http://www.mysql.com/products/workbench/
Zeuux © 2024
京ICP备05028076号