SELECT AUTO_INCREMENT FROM information_schema.`TABLES` WHERE Table_Schema= '数据库名'AND table_name ='表名' LIMIT 1;