My server is crashing… Now what?
This special episode in the MySQL QA Series is for customers or users experiencing a crash.
- A crash?
- Cheat sheet: https://goo.gl/rrmB9i
- Sever install & crash. Note this is as a
demonstration: do not action this on a
production server!
sudo yum install -y http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm
sudo yum install -y Percona-Server-client-56 Percona-Server-server-56
sudo service mysql start
- Gimme Stacks!
- Debug info packages (can be executed on a production
system, but do match your 5.5, 5.6 or 5.7 version
correctly)
sudo yum install -y Percona-Server-56-debuginfo …
- Debug info packages (can be executed on a production
system, but do match your 5.5, 5.6 or 5.7 version
correctly)