Dan,
Thursday, November 07, 2002, 9:11:10 AM, you wrote:
DR> mysqldump: Got error: 1030: Got error 127 from table handler when retrieving
DR> data
DR> from server
DR> for some reason i get this when i dump all databases
DR> using mysqldump -p --all-databases --add-drop-table --quote-names >
DR>
ok i found the troubled table
DROP TABLE IF EXISTS `activity`;
CREATE TABLE `activity` (
`int_activity_id` int(11) NOT NULL auto_increment,
`vch_uniqid` varchar(50) NOT NULL default '',
`int_user_id` int(11) NOT NULL default '0',
`ts_time` int(50) NOT NULL default '0',
`vch_page_viewed`