drop all from plancache;

编译缓存太小的时候,需要设置一下,然后删除掉原先的缓存


set password for 'root'@'%' = password('');

给数据库设置密码


load data句子

load data infile '/root/inventory.dat' into table inventory fields terminated by '|' ;