Commit c1cbbd3
authored
Fix for mysql 5.7 when reset password
Whit mysql 5.7 when reset password db.conf not get updated because cant get new md5 hash
This will fix it
I not touch GRANT ALL queryes because all working fine whit that part and all passwords was changed, but maybe you want change it.
I see this bug may afect this function:
dump_mysql_database()
But I not know fot what is used grep -v "Grants for" > $grants
So I not touch it because not know how test it :)1 parent 04d617d commit c1cbbd3
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
270 | 275 | | |
271 | 276 | | |
272 | 277 | | |
| |||
0 commit comments