Welcome To Snipplr


Everyone's Recent MySQL Snippets Tagged convert



« Prev 1 Next »
Consulta que permite convertir todas las tablas en colación utf8
0 1306 posted 10 years ago by ironcrema
Con estas instrucciones se pueden corregir los caracteres latinos que hayan sido almacenados erróneamente en una base de datos MySQL
1 2155 posted 13 years ago by n19ht
When you forget to "SET NAMES utf8", you'll probably end up with a bunch of latin1 data in your utf8 column. This query fixes that, CONVERTing the existing data to its correct collation.
4 1105 posted 16 years ago by jdbartlett
« Prev 1 Next »