驱动配置(Mysql): create table `test`.`user_information`( `id` int default '0' not null, `username` varchar(32), `password` varchar(16), `age` int, primary key (`id`) &n