I have this message:
Error
SQL query:
-- --------------------------------------------------------
--
-- Dumping data for table `menu`
--
INSERT INTO `menu` ( `menu_id` , `menu_level` , `parent_id` , `menu_order` , `route` , `name` , `title` )
VALUES ( 1, 1, NULL , 0, 'index', 'Home', NULL ) , ( 2, 1, NULL , 1, 'floorplan/index', 'House Status', 'Shows the status of the house' ) , ( 5, 2, 2, 10, 'floorplan/options', 'Options', 'RemoteWatch x10 - Floor plan options' ) , ( 6, 1, NULL , 3, 'hvac/index', 'HVAC', 'TR-40 Thermostat' ) , ( 7, 2, 2, 4, 'floorplan/ahpImport', 'AHP Import ', 'Allows the user to import modules from ActiveHome Pro' ) , ( 9, 2, 2, 2, 'floorplan/addFloorPlan', 'Add FLoor Plan', 'Add a floor plan to the system' ) , ( 10, 2, 2, 5, 'floorplan/placeModules', 'Place/Move Objects', 'Place your objects on your floor plan' ) ;
MySQL said:
#1046 - No database selected