![Picture of Allan Gowen Picture of Allan Gowen](/graphics/unknown.gif)
Allan Gowen - 2011-03-01 12:38:17
You have a slight error in your code (probably from a cut and paste).
On line 69 of phpMyDBCompare.inc.php you have...
$strSQL = "SHOW TABLES FROM {$this->LocalDatabase}";
When it should be
$strSQL = "SHOW TABLES FROM {$this->RemoteDatabase}";