2017年8月22日

Python 操作Mysql

摘要: 一、Mysql基本操作 1、创建test数据库 2、新建一张表 3、向msg表中插入数据 4、对表中的数据进行增删改查 安装mysql 然后连接数据库: cmd->mysql -uroot -p123456 show databases; use test; show tables; 二、Pytho 阅读全文

posted @ 2017-08-22 14:10 sunshine_zhf 阅读(165) 评论(0) 推荐(0) 编辑

导航