PDA

View Full Version : mySQL front ends


TeamTJ
7-6-04, 02:48 PM
I like to test all my mySQL stuff locally before I upload to make sure it works as it should and that I don't blow everything up... :D

On my old PC I had a copy of mySQL Front End that was free. New pc now and when I search for it, all I find is http://www.mysqlfront.de/ which costs...

Is there a good FREE front end that I can use for creating databases, tables, data, etc?

Thanks!

Morgan

Bloodeye
7-6-04, 04:15 PM
This should do it...(I use it locally myself);)

http://www.phpmyadmin.net

"phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats and is available in 47 languages."

Pig
7-6-04, 04:26 PM
MySQL Control Center is also good.