Snippets of MySQL tips, solutions, examples, tutorials, and even benchmarks
alter table tablename engine=csvthis will also give you same thing.
Post a Comment
1 comment:
alter table tablename engine=csv
this will also give you same thing.
Post a Comment