My SQL Database is having some trouble...

[expired user #3907]'s profile image [expired user #3907] posted 15 years ago in Creating a connection Permalink
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.
ansgar's profile image ansgar posted 15 years ago Permalink
- Rightclick the table in the "Database" tab
- click "Maintenance"
- click "Repair"
[expired user #3907]'s profile image [expired user #3907] posted 15 years ago Permalink
now when I repaired it, its saying


/* SQL Error: Table '.\characters\accounts' is marked as crashed and last (automatic?) repair failed */
ansgar's profile image ansgar posted 15 years ago Permalink
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.