摘要: http://www.jb51.net/article/38473.htm update mysql.user set authentication_string=password('root') where user='root' and Host ='localhost' http://blog 阅读全文
posted @ 2016-10-13 14:58 等风来wxj 阅读(168) 评论(0) 推荐(0)
摘要: 今天为了继续玩python,给win10电脑安装MySQL数据库,正常安装后需要将数据库中my.ini配置文件修改一下,如下划红线部分: 下面是图中内容部分: 然后利用 CMD命令切换至MySQL安装目录E:\MySQL\MySQL Server 5.7\bin执行net start mysql,结 阅读全文
posted @ 2016-10-13 13:59 等风来wxj 阅读(1330) 评论(0) 推荐(0)