Program to manage tables in database?

wxdqz

New Member
Hello-

Working on a PHP/MySQL project right now and it's a little complicated. I am mostly used to creating MySQL databases by hand, but am wondering if there's any program out there that would allow me to create the database concept and layout the tables on screen, allow me to setup the types and ranges for each of the values? Then it would be ideal for the program to output all that info to a text file that can be imported into the MySQL server to then configure the database on the server.

I did a few searches on Google and came up with nothing other than noise. Sorry if this is a common simple request, but it would be very helpful and new to me!

Thanks!
-Eric-
 
Back
Top