Profile
Achievement
Eloi's Recent Snippets
- All /
« Prev 1 Next »
Stored Procedure for search and replace a string in all fields of all tables of one DataBase
2
902
posted 14 years ago by Eloi
Stored Procedure for search a string in all fields of all tables of one DataBase
1
734
posted 14 years ago by Eloi
This script shows the top 10 worst indexes (in terms of selectivity %) on the whole MySQL server instance. Selectivity is the percentage of distinct values in an indexed field compared to the number of records in the table.
Note that this query can...
1
737
posted 15 years ago by Eloi
Splitting table users in frequently and infrequently accessed attributes
2
1164
posted 15 years ago by Eloi
Saving the IP as Int we save a lot of space and permit do beautibul selects
2
774
posted 15 years ago by Eloi
Una manera sencilla y muy limpia para utilizar tamaños de fuentes relativos y que todos los navegadores muestren el mismo tamaño de letra.
Solo hay que asignar al "body" un tamaño de letra en "%" y luego al resto de elementos asignarle otro tam...
12
1093
posted 18 years ago by Eloi