摘要: ``` 1)vi /etc/my.cnf 2)在[mysqld]下边的某个位置增加: skip-grant-tables ,然后 :wq 保存退出 3)在 /usr/local/mysql/bin目录下执行命令: ./mysql -u root -p ,然后回车两次,进入到mysql 4)执行命令: use mysql SET SQL_SAFE_UPDATES = 0 5)update mysql 阅读全文
posted @ 2020-03-21 15:45 dsad22 阅读(2275) 评论(0) 推荐(0)
摘要: 删除c盘用户目录下的.vscode文件夹 删除c盘用户目录下的AppData\Roaming\Code文件夹 阅读全文
posted @ 2020-03-18 22:58 dsad22 阅读(1448) 评论(0) 推荐(0)
摘要: 1.maven 引入依赖 <! mybatis plus 代码生成器依赖 com.baomidou mybatis plus generator 3.2.0 org.apache.velocity velocity engine core 2.1 <! freemarker 模板引擎 <! http 阅读全文
posted @ 2019-08-28 14:19 dsad22 阅读(637) 评论(0) 推荐(0)
摘要: 执行 npm install 命令的时候有时会遇到错误 Error: Can't find Python executable "python", you can set the PYTHON env variable 解决方案: 执行命令 npm install global production 阅读全文
posted @ 2019-08-25 15:23 dsad22 阅读(11749) 评论(0) 推荐(1)
点击右上角即可分享
微信分享提示