I used MySQL Front, but it doesn't always work as expected. I need to copy some tables from one DB to another (the export util is screwing up here).
Is there a way to do this from the MySQL monitor?
Thanks in advance.
I dunno about all the GUI utilities, but you can use mysqldump to export the table to a file and mysql from the command line to import it.