Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
pdc_irl Offline
New Member
 
Posts: 2
Join Date: May 2007
Location: Dublin, Ireland
corrupt swauditlogs table - what do I do? - 23-05-2007, 11:20 AM

Hi,

I run a backup script, as part of a cronjob, to take a dump of the swift database nightly. Esentially it runs the following command;
Code:
mysqldump --opt -u root --password="password" swift >/backups/swift$date.sql
In the last day I've noticed that the backups had been not working right, it turns out there's a problem with the swauditlogs table, it's corrupted.
I've tried
Code:
myisamchk -c swauditlogs.MYI
which didn't work so then tried
Code:
myisamchk -r swauditlogs.MYI
which is returning;
Code:
- recovering (with sort) MyISAM-table 'swauditlogs.MYI'
Data records: 38753
- Fixing index 1
- Fixing index 2
myisamchk: Error writing file '/usr/local/mysql-standard-4.1.14-pc-linux-gnu-i686/data/swift/swauditlogs.MYI' (Errcode: 5)
myisamchk: error: 5 when fixing table
MyISAM-table 'swauditlogs.MYI' is not fixed because of errors
Can anyone advise what to do in order to correct this? Is is possible to just drop & recreate the table ?

Any assistance would be gratefully appreciated
Paul D
(currently using ver 3.0.0.13 of esupport, looking to update to the latest build as soon as I have the DB issue sorted)
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,664
Join Date: Jan 2006
Location: United Kingdom
23-05-2007, 11:39 AM

Hi pdc_irl,

I would suggest you contact support to seek the assistance of a Services staff or Developer in this case - however, from the sounds of it it sounds as if your support period has expired?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
pdc_irl Offline
New Member
 
Posts: 2
Join Date: May 2007
Location: Dublin, Ireland
23-05-2007, 11:48 AM

Hi Jamie,
I'll get in touch with support on the problem. Maintenance & support is up to date, as I've only recently updated it.
(I'd been waiting for a period for the builds to settle down, at the time I installed 0.13, there was a high frequency on the esupport revisions, I eventually got dragged away with other jobs and only recently remembered that it needed updating)


Rgds
PaulD
   
Reply With Quote
Reply

Tags
corrupt, swauditlogs, table

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48