Daily Archives: December 28, 2009

Generate SQL to create indexes in mysql

If you have a mysql database table with indexes and you want to get the alter table  commands to “create” the same indexes on another db You can run this sql — replacing the tablename with your table. Just add … Continue reading

Posted in Uncategorized | Tagged | Leave a comment