Showing entries 1 to 1
Displaying posts with tag: CONVERT TO CHARACTER SET (reset)
[PHP, MySQL] Batch changing charset and collation on databases

Recently I needed to quickly change charset on all tables and change each field’s chanset in each table in a specific database to latin1 and collation to latin1_swedish_ci. I googled a little and found this solution by shimon doodkin. I used it and it did work, but also it attempted to change charset at MySQL […]

Showing entries 1 to 1