windows10安装mysql8.0.11(免安装版)
2018-06-23 13:17:25来源:未知 阅读 ()
1.MySQL8.0.11下载网址: https://dev.mysql.com/downloads/mysql/
2.配置环境变量:我的电脑->属性->高级系统设置->环境变量->系统变量->Path:新增MySQL解压文件中bin的路径(D:\mysql-8.0.11\bin)
3.在解压的文件夹(D:\mysql-8.0.11)中新建名为data的文件夹和名为my.ini 的文件,打开my.ini,写入下面的配置:
[mysqld] # set basedir to your installation path 设置解压文件mysql文件夹的路径(D:/mysql-8.0.11 -->将此处替换为自己的路径) basedir=D:/mysql-8.0.11 # set datadir to the location of your data directory 设置刚才创建data文件夹的路径(D:/mysql-8.0.11/data -->将此处替换为自己的路径) datadir=D:/mysql-8.0.11/data
4.安装mysql,管理员身份打开cmd命令框切换到 D:\mysql-8.0.11目录下输入 :
D:\mysql-8.0.11>bin\mysqld --initialize-insecure
D:\mysql-8.0.11>bin\mysqld --install
5.启动mysql,先切换到bin目录下,然后输入net start mysql (停止服务:net stop mysql):
D:\mysql-8.0.11\bin>net start mysql MySQL 服务正在启动 . MySQL 服务已经启动成功。
6.登陆mysql并修改密码(此方法安装初始密码为空,输入 mysql -u root 即可登陆,修改密码:alter user 'root'@'localhost'identified by '123456';):
D:\mysql-8.0.11\bin>mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 8 Server version: 8.0.11 MySQL Community Server - GPL Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> alter user 'root'@'localhost'identified by '123456';
至此,mysql数据路已安装好了。
其他问题:
(1).远程连接
a.是否关闭本机防火墙(或者开放3306端口,参考链接:https://blog.csdn.net/spt_dream/article/details/75014619)
b.可能需要重新设置修改密码的方式,登陆mysql:
mysql> alter user 'root'@'%'identified with mysql_native_password by '12340'; Query OK, 0 rows affected (0.05 sec) mysql> flush privileges;
c.是否需要授权,参考链接:https://www.cnblogs.com/skyWings/p/5952795.html
https://www.2cto.com/database/201805/750575.html
https://blog.csdn.net/u013067166/article/details/49951577
(2).其他问题,可参考官方文档:https://dev.mysql.com/doc/refman/8.0/en/windows-install-archive.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:数据操作语句(DML)
下一篇:外键约束
- mysql7.x如何单独安装mysql 2020-02-27
- linux下如何用源码安装mysql5.6.20 2020-02-27
- MySQL的默认密码的修改方法 2019-10-25
- 安装Mysql时出现错误怎么办 2019-10-25
- PHP7 安装event扩展的实现方法 2019-10-08
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash