python模块pymysql
摘要:基本操作: (1)导入pymysql: import pymysql (2)连接数据库: conn=pymysql.connect(host='localhost',user='root',passwd='root',db='ere',charset='utf8') 务必注意各等号前面的内容!cha
阅读全文
Mysql5.6安装与配置
摘要:MYSQL5.6安装与配置 单击第一项“Install MySQL Products” 一般勾上“Skip the check for updates”,跳过更新检查。 4、“MYSQL模式”和“路径”设置 一般安装Mysql作为普通服务器使用(生产环境),所以选择“Server only”,路径自
阅读全文