
MySQL&NaviCat
磊磊cpp
Software Engineer specializing in Graphics . Main language is C++.
https://github.com/cfl997
展开
-
python连接mysql数据库
安装python与mysql https://mp.youkuaiyun.com/postedit/102955649 cmd输入 命令:pip install mysql-connector-python 判断是否成功: import mysql.connector 运行没有报错即可。 连接MySQL数据库: import mysql.connector mydb = mysql.c...原创 2019-11-07 23:45:43 · 7284 阅读 · 0 评论 -
MySQL与NaviCat环境搭建+2059报错处理办法
官网下载mysql直接安装。安装过程中,有一步需要选择第二步。 由于需要NaviCat管理MySQL。都是默认安装的Navicat会报错2059错误!! 出现这个问题是因为新版的MySQL里面使用的验证方式在Navicat里面还不支持,网上大部分的解决办法是在命令行中更改加密规则。 所以在安装的时候。我们选择第二个选项,其他的都是默认即可。 这样在链接的时候就不会有2059报错信息...原创 2019-11-07 15:23:08 · 7280 阅读 · 0 评论