Adam Lee
Adam Lee

Reputation: 25748

Any handy tool to access mysql in GUI

I would like to find a handy/free GUI tool which can let me manage/view Mysql and other databases(possibly). Any suggestions? Prefer windows platform tools, but Macosx is also OK.

Upvotes: 0

Views: 95

Answers (3)

Azoth
Azoth

Reputation: 71

There are a lot of tools:
Free tools:

  1. HeidiSQL (my favorit)
  2. phpMyAdmin
  3. MySQL Workbench (3 versions)

Charged Tools:

  1. NaviCat

Upvotes: 1

kareem adel
kareem adel

Reputation: 491

As a management tool

https://dev.mysql.com/downloads/workbench/

As a server testing tool (PHP + apache server + mysql instance)

https://bitnami.com/stack/wamp

Upvotes: 0

Master DJon
Master DJon

Reputation: 1965

You can install :

  • MySQL Workbench
  • phpMyAdmin
  • other

Upvotes: 0

Related Questions