摘要: 创建新库create database wenda; 创建新表drop table if exists `user`;create table `user`( `id` int(11) unsigned not null auto_increment, `name` varchar(64)not n 阅读全文
posted @ 2018-05-18 15:55 cathy_mu 阅读(1146) 评论(0) 推荐(0) 编辑