Stupid MySQL noob question: is there a free/free (or at least free-as-in-beer) win32 MySQL frontend that will show graphical representations of tables, allow drag-and-drop editing of their relationships, actually import all of my data, and use MySQL vocabulary and syntax for its queries?
I have a MS Access database I've been trying to port to MySQL. After a rather fruitless weekend googling and experimenting, I'm tired of trying this on my own and would like advice. I'm sure I'm missing something obvious but I'm still missing it.
For whatever reason, the MySQL migration kit is truncating table data at about the 300th row. So I've switched from using that to the (tedious) process of exporting each table as a .csv through Access, then trying to import each table one by one.
Webyog/SQLyog will not import my data. I've started with the largest table, with the rows titled correctly and in the correct order, with the Excel/.csv-friendly delimiters, and it always returns the message that it either skipped or deleted 2600 rows.
I have found articles talking about using Access as a frontend to a MySQL database. That sounds interesting, but the trouble is that I don't yet have a MySQL database because I haven't been able to import all of the data in any of the tables. A second trouble is that Access uses different SQL syntax than MySQL and I want to use MySQL syntax so I don't have to take on a second hosting plan.
What I want is a GUI/frontend to MySQL which will a) import a .csv file (not a hard requirement, you'd think), b) not cost me any money, c) show a graphical representation of relationships, d) allow the user to edit relationships by dragging and dropping rows in that graphical representation, and e) use MySQL syntax.
I'd keep banging away at this but I need this project off the ground sooner rather than later. And I'm sure I'm missing something obvious but I'm still missing it. Where is this program? I know it exists.
posted by Tuwa at 3:50 PM on February 18, 2007