Toad for MySQL 은 MySQL Workbench와 같은 MySQL Developer Tool 이다.

공식 홈페이지에 나와있는 주요 기능은 아래와 같다.

 

Features of Toad for MySQL

  • Version control integration — Enables you to check in and check out code from within the editor to reduce the risk of errors.
  • Macro record and playback — Allows you to record and play back keyboard commands.
  • Database browser — Reorganizes and manages objects and object types.
  • Code snippet editor — Speeds navigation by enabling you to create and alter code snippets for expand-and-collapse code blocks.
  • Security manager — Provides you with better system control by permitting or restricting user access to specific Toad features.
  • SQL editor — Allows you to create, execute, modify, and save queries; view and edit data; and process DDL commands from an intuitive interface.
  • Fast, multi-tabbed schema browser — Displays and manages database objects graphically.
  • DB extract, compare-and-search utility — Allows you to compare two MySQL databases, view the differences, and create the script to update the target.
  • Import/Export utility — Enables you to transfer data across MySQL databases.

 

다운로드 링크 : http://software.dell.com/products/toad-for-mysql/

 

Toad for MySQL 과 MySQL Workbench 를 둘 다 사용해 본 지극히 개인적인 후기:

- MySQL Workbench는 DB 커넥션을 변경하려면 초기 화면으로 돌아와야 하지만 Toad for MySQL는 커넥션 사이의 이동이 자유로움

- Toad for MySQL 의 UI 가 테이블 구성 이나 쿼리 실행을 할 때 좀 더 편리함

- Toad for MySQL 에서 data import 가 보다 사용하기 쉽게 구현되어 있음 (import wizard 사용)