
数据库
hongwei_looklook
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windwos使用mysql的部署
1、下载地址 https://pan.baidu.com/s/19syhEy-Zjwkltf3kZXhpGA 提取码:xtdt 2、解压到指定位置 3、配置环境变量 1、我的电脑,右键,设置环境变量 MYSQL; 2、bin添加到path中,“%MYSQL%\bin”。原创 2020-08-13 11:45:00 · 175 阅读 · 0 评论 -
在windows下 1045 access denied for user
提示:1045 access denied for user ‘root’@‘localhost’ using password yes 方法一: /etc/init.d/mysql stop mysqld_safe --user=mysql --skip-grant-tables --skip-networking & mysql -u root mysql mysql> UPDA...转载 2019-07-26 13:59:46 · 556 阅读 · 0 评论