My SQL Database is having some trouble...
| User, date | Message |
|---|---|
|
Written by acrenias
4 years ago Category: Creating a connection 2 posts since Sat, 07 Feb 09 |
SQL Error: Table 'accounts' is marked as crashed and should be repaired */ Is wthat the text says.. I cant figure out how to fix it. |
|
Written by ansgar
4 years ago 3957 posts since Fri, 07 Apr 06 |
- Rightclick the table in the "Database" tab - click "Maintenance" - click "Repair" |
|
Written by acrenias
4 years ago 2 posts since Sat, 07 Feb 09 |
now when I repaired it, its saying /* SQL Error: Table '.\characters\accounts' is marked as crashed and last (automatic?) repair failed */ |
|
Written by ansgar
4 years ago 3957 posts since Fri, 07 Apr 06 |
Try the command line tool: myisamchk --max-record-length=1048576 -r -f <table_name> Found here |
|
Please login to leave a reply, or register at first. |