Hello,
None of these lines describe the problem that you are having with syntax. Can you give us 5 lines either side of the line that includes 'DEFAULT CHARSET=latin1'?
Yes, here it is:
`user_id` mediumint(8) unsigned NOT NULL default '0', `group_id` mediumint(8) unsigned NOT NULL default '0',
`quota_type` smallint(2) NOT NULL default '0',
`quota_limit_id` mediumint(8) unsigned NOT NULL default '0',
KEY `quota_type` (`quota_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `db1_attach_quota`
--
/*!40000 ALTER TABLE `db1_attach_quota` DISABLE KEYS */;
LOCK TABLES `db1_attach_quota` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `db1_attach_quota` ENABLE KEYS */;
--
-- Table structure for table `db1_attachments`
--
Thank you very much indeed.
Best regards.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
