문제

implementing a database and need an easy to use frontend. Have tried: HeidiSQL - editing fields was very tedious MySQL-Front - wasnt adding tables through the SQL Editior, and only updated when the prog was restarted.

Can anyone recommend a Frontend which they think would be appropriate?

도움이 되었습니까?

해결책

I use Toad for MySQL on Windows.

http://www.quest.com/toad-for-mysql/

I use Sequel Pro on Mac.

http://www.sequelpro.com/

다른 팁

People go back and forth, but when it comes to mySQL, the best interface is PHPMyAdmin. it's intuitive and really let's you do everything you need.

Have you looked at MySql Workbench?

Download Site

SQLYog works for Windows or Linux.

Squirrel is pretty nice:

http://squirrel-sql.sourceforge.net/

Works in linux and windows.

If you do not mind using a different implementation of SQL standard, you can use Postgres. Then you can use pgadmin http://www.pgadmin.org/. It is really powerful and simple to use. Here is a link describing the differences between the two implementations: http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top