Does anyone know a good program to create database in mysql? [closed]

1

Does anyone know a good program to create database in mysql and then I can send to phpmyadmin?

    
asked by anonymous 04.08.2014 / 16:13

1 answer

2

I personally like to use this:

  

MySQL Workbench

[Copy of site] [Translated google translator]

Project

MySQL Workbench allows a DBA, developer or data architect to visually design, model, generate and manage databases. It includes everything a data modeler needs for the creation of complex ER, forward and reverse engineering models, and it also offers essential features for performing management tasks and documentation of difficult changes that usually require a lot of time and effort.

Develop

MySQL Workbench provides visual tools for creating, executing, and optimizing SQL queries. The SQL Editor provides color highlighting of syntax, auto-completion, reuse of SQL snippets, and SQL execution history. The Database Connections Panel allows developers to easily manage database connections. The Object Browser provides instant access to database schema and objects.

Manage

MySQL Workbench provides a visual console to easily manage MySQL environments and gain better visibility into databases. Developers and DBAs can use the visual tools for server configuration, user administration, performing backup and recovery, inspecting audit data, and viewing health database.

New! Visual Performance Dashboard

MySQL Workbench provides a set of tools to improve the performance of MySQL applications. DBAs can quickly see the key performance indicators using the Performance Dashboard. Performance reports provide easy identification and access to IO hotspots, high cost SQL statements, and more. In addition, with a click, developers can see where to optimize their query with the best and easiest to use Visual Plan Explain.

Database migration

MySQL Workbench now offers a complete, easy-to-use solution for migrating Microsoft SQL Server, Sybase ASE, PostgreSQL, and other RDBMS tables, objects and data to MySQL. Developers and DBAs can quickly and easily convert applications to run on MySQL on Windows and other platforms. Migration also supports the migration of previous versions of MySQL with the latest releases.

    
04.08.2014 / 16:34