G'day,
A different tack on my problem.
mysqldump is giving me the following error:
rack002:~# mysqldump -u root -p rt2 > rt2.dump
Enter password:
mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' when dumping
table 'Attachments' at row: 36763
How can I find row 36763 and possibly correct this problem? I've looked at
the autoincrement field, id # 36763, but that doesn't seem to be a problem
record.
How can I locate the record referenced by that row number?
This is on a Debian Stable server, running:
rack002:~# mysqldump --version
mysqldump Ver 8.22 Distrib 3.23.54, for pc-linux-gnu (i686)
Thanks,
Jens
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]