mysql - Delete Link Points Outside Datafile at xxxxx -


i having problem mysql crashing on vps unknown reasons. ran repair on databases using following

sudo mysqlcheck -u user -p --repair --use-frm --all-databases

i received number of messages including info messages stating

delete link points outside datafile @ (location)

what mean?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -