Monday 23 January 2012

How to repaire all MySQL tables in one command

You can use below command to optimize & repair all tables.

#mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

No comments:

Could not start a new session. Response code 500. Message: Failed to read marionette port

There is bug in firefox binary installed using apt/snap, I faced same issue when I installed firefox from apt package respository. I solved ...