Program to manage MySQL database in Windows? [closed]

2

Does anyone know how to tell me some program to manage database > in Windows?

On Mac I use one called Sequel Pro , however it is Mac only.

Does anyone know of any similarities?

    
asked by anonymous 12.03.2014 / 18:56

4 answers

7

There is an extensive list of software that can be used for this purpose, both possible to be installed on the machine and installed on the server, allowing you to manage your database from any #

12.03.2014 / 19:05
6

One of the most used is phpmyadmin .

I also use Workbench

    
12.03.2014 / 18:59
3

I use Workbench and Navicat .

The navicat makes connections to various types of databases (MySQL, MSSQL, Postgre, Oracle and SQLite) in addition to having several very useful functions, such as inter-database transfer and a very good interface. I really recommend it.

    
12.03.2014 / 19:28
3

You have the MySQL Workbeanch developed by Oracle. I believe it is the most used, since Oracle is the owner of MySQL. It has several graphical features. You can, for example, draw the MER and then export to sql. It is also possible to reverse engineer an sql and generate MER (and vice versa), as well as support querys.

I also know SQLYog that is quite robust and PHPMyAdmin that runs within the server

    
12.03.2014 / 19:57