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…
Databases, by their own nature, become large beasts. This is a fact of life and whilst a lot of databases…