I tried Navicat 2004, but, it doesn't seem to do the job. I have the following problem:
I have an SQL file osCommerce.sql which I'd like to import to a mySQL database. Which GUI tool should I use to do that?
Windows GUI tools for mySQL
You can try to use mysqladmin.
or you can try to get the windows application mysqlfront
a month later
SQLyog Enterprise has been pretty easy to use for me and the best feature is it's ability to connect to the mysql database thru http tunnelling. This is something I have really had problems with when using GUI programs. Connecting to a server allowing only local connections has been a bear for me.