创建数据库: create database manufacture_info charset=utf8;使用数据库: use manufacture_info;创建不良信息表: create table line_fail(id int primary key auto_inc