
Tips
Notes when creating an INDEX in ALTER TABLE in MySQL
Hello. This is Komiya on the OPS side. One morning, I suddenly received a consultation from the developer, so I will record it for later. Consultation: I did a production deployment on jenkins, but the process stopped midway. I tried to put an INDEX on the KEY column (deployed with Cake's DB migration script), but the DB did not respond and I couldn't connect. ...