Search found 1 match

by StephenKing
Sat Sep 08, 2007 6:02 am
Forum: Plugin Announcements
Topic: Aggregate, now at V0.66
Replies: 324
Views: 291713

I think you should change setup.php Line 702 $sql = "show tables from " . $database_default; to $sql = "show tables from `" . $database_default. "`"; to avoid problems with database names that require to be escaped (e.g. containing "-").