MySQL not close cleanly

Hello, I've been having some troubles my mysql. My current system is on a debian squeeze running LAMP. This is the error I'm getting when I restart the mysql server,

Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld ..
Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..

I restarted it because I was having some difficulties logging into the database.

Is there a fix for this?

PS. I've already tried the check, optimize, and repair, as well as removing the mysql server completely and installing it back again-still no luck.

2 Replies

That's not an error… That's a notification of a step of the startup process being taken…

It's just a line break in stdout.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct