wflxz

步骤如下:

1、下载安装包

2、在环境变量中配置安装包的bin路径

3、修改安装包下的my-default.ini。

修改basedir和datadir的值为解压文件对应的路径,port和 server_id的值保持默认即可,不需要修改。port默认为3306

# These are commonly set, remove the # and set as required.
basedir = E:\Mysql\MySQL Server 5.6\mysql-5.6.24-win32
datadir = E:\Mysql\MySQL Server 5.6\mysql-5.6.24-win32\data
# port = .....
# server_id = .....

4 进入到解压路径下的bin目录,执行mysqld -install

5 同样的路径执行net start mysql。

6 启动成功后,用root账号登陆,没有密码

分类:

技术点:

相关文章:

  • 2021-12-20
  • 2021-12-07
  • 2022-12-23
  • 2021-08-08
  • 2021-11-02
  • 2021-11-28
猜你喜欢
  • 2021-11-28
  • 2020-10-02
  • 2021-06-07
  • 2021-07-21
  • 2021-04-13
  • 2021-07-13
相关资源
相似解决方案