I've never used MySQL Front so I don't know its feature set. I use phpMyAdmin (an open source application) and am very happy with it in general and particularly with its simplicity. phpMyAdmin manages MySQL databases online through any Web browser. I keep one phpMyAdmin installation on my server and use it to support all my MySQL databases (almost 100).
phpMyAdmin features include:
create and drop databases
create/drop/alter tables
delete/edit/add fields
execute SQL statements and scripts
manage keys
manage privileges
import/export data
display server variables and settings
display usage statistics
phpMyAdmin's numerous supported export functions included CSV for direct access by Microsoft Excel. You can export an entire table or a filtered subset. Imports are supported via an "Insert data from a text file into table" wizard (handles virtually any delimited file including CSV files).
You can download phpMyAdmin at no charge here:
www.phpmyadmin.net/.
Hope this helps.