2
lorentz
39d

I spent the last 5 hours running and re-running a script on a database, and trying to figure out why it doesn't seem to affect a different database. I was ready to get into the bushes with encodings and investigating how the LIKE statement interacts with them. FML.

Comments
  • 2
    Collate. That's your second statement. The first, I can relate. Getting ready to throw fists until it's just you missing some simple-ass config
  • 0
    check your Configuration .

    This is clearly a database connection problem.
  • 0
    I did it again and accidentally destroyed a bunch of testing data that's nontrivial to replicate. On the bright side, it wasn't prod.
Add Comment