SELECT auto_increment FROM information_schema.`TABLES` WHERE TABLE_SCHEMA='数据库名称' AND TABLE_NAME='数据表的名称';