Convert a MySQL database to UTF8
This is a “script” to convert your latin1 myisam database to utf8 innodb Dump the database mysqldump -u root -p database_to_convert > db.latin1.sql…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
This is a “script” to convert your latin1 myisam database to utf8 innodb Dump the database mysqldump -u root -p database_to_convert > db.latin1.sql…
Quite often I have to convert datasets from one source to another target. Sometimes I can only export them as…
There is a very useful command in Linux, called grep. It is a utility for searching plain text files using…