One of the things that I have not gotten this interface to do successfully is updates between databases -- without writting both the table structure and data.
For example, I keep both a local and an on-line copy of a particular DB I have. If I want to sync them up, just importing the data from one table to another doesn't work. Nothing gets copied unless I tell the program to use both data and table structure. This is silly, but it's the only way I can get it to work.
= = =
Hey, would you happen to know why I cannot select more than one database locally? I use the latest version of MySQL and PHP 4.0. I can see the other databases from both MySQL Front and the Monitor. But, via my PHP scripts, I can only select the original one I created when I first set everthing up. If I try to select a different DB, I get a "Cannot select database error."
Weird problem, and I've been looking months for a solution to this.