Python连接MySQL数据库操作
摘要:一、创建数据库及表 CREATE DATABASE testdb; USE testdb; CREATE TABLE `tb_user` ( `id` INT (11) NOT NULL AUTO_INCREMENT, `userName` VARCHAR (18) DEFAULT NULL, `b
阅读全文
posted @ 2018-01-29 16:23
posted @ 2018-01-29 16:23