Archive

Archive for the ‘MySQL’ Category

Fastest way to alter a large MySQL table

April 2nd, 2012 1 comment

In general, you should always be forward thinking when creating your database schema, but it’s impossible to foresee every business need for every aspect of every project. In some cases, you’ll have to alter your table structure – maybe add, drop, or alter a column. Read more…

Categories: MySQL Tags: