Tag: SQL
-
Howto: mysql obtain the right sorting for nested records from the same table
In those latest days I was wondering how to sort a table in mySQL that has an id a parent_id and a order column like the one that follows: id | parent_id | ordr | title —+———–+——+———————————- 1 | 0 | 1 | first section 2 | 0 | 2 | second section 3 |…
-
Resettare la password di un utente con una query SQL
Ultimamente mi è capitato di dover accedere ad un vecchio sito in locale che avevo fatto con WordPress, il problema che avevo era di non ricordare la password dell’unico utente che avevo configurato e non avevo voglia di riconfigurarmi un nuovo WordPress con gli stessi plugin per poter riprodurre una situazione analoga. Unica soluzione che…