摘要:
merge合并表的要求 1.合并的表使用的必须是MyISAM引擎 2.表的结构必须一致,包括索引、字段类型、引擎和字符集 实例: create table if not exists user1( id int(11) not null auto_increment, name varchar(50 阅读全文
摘要:
mysqldumpslow --help显示如下 Parse and summarize the MySQL slow query log. Options are --verbose verbose --debug debug --help write this text to standard 阅读全文