Why would rows match but not be changed with a mysql update statement?

后端 未结 1 1436
猫巷女王i
猫巷女王i 2020-12-06 21:41

I\'m used to MSSQL, not Mysql, so sorry for this probably stupid question. I\'m trying update my password for a backup database I\'m getting setup by running the following q

相关标签:
1条回答
  • 2020-12-06 22:06

    It means that the value was not changed. It was probably not changed because the column was already equal to the md5 hash of pass.

    0 讨论(0)
提交回复
热议问题