2019年5月22日

DataGrip 2019.1 连接mysql 8.0.16

摘要: # 下载mysql Connector/J驱动包 https://dev.mysql.com/downloads/connector/j/ 然后解压到一个目录 # 新建mysql 8.0连接驱动 打开 DataGrip 点击 Data Sources 修改下Name, 添加上面解压的connecto 阅读全文

posted @ 2019-05-22 19:44 林肯公园 阅读(10026) 评论(0) 推荐(1)

django 使用PyMySQL连接mysql

摘要: * 安装pymysql模块 pip install pymysql * settings.py添加下面设置 * mysqlclient 版本太低 报错: raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you 阅读全文

posted @ 2019-05-22 17:58 林肯公园 阅读(6267) 评论(0) 推荐(0)

导航