Specializing in big data deployments using MySQL / NoSQL Solutions. Topics: [mysql tutorial] [database design] [mysql data types]
[mysql commands]
[mysql dump]
[database development] [mysql training] [mysql scalability] [mysql sharding] [mysql performance tuning]
Wednesday, December 06, 2006
MySQL: Alter table vs. dump / load
Quick question: If one dumps a table (latin1) and then changes the charset of one of the fields to utf8 and then load the dump back, will the result be different than if one had used alter table to convert a field's charset?
1 comment:
Maybe you should try it.
Post a Comment