• 400-123-4567

    工作时间

    周一至周五:9:00-21:00

    周末及节日:9:00-18:00

  • 手机版二维码

    微信公众号

  • 扫描二维码

    关注官方公众号

Close

[架设] Win同时安装两个版本MYSQL数据库

0
回复
1554
查看
[复制链接]
  • 打卡等级:殷海萨
  • 打卡总天数:765
  • 打卡月天数:17
  • 打卡总奖励:5193
发表于 2022-8-22 16:13:15 | 显示全部楼层 |阅读模式
本帖主要讲在一台已经安装MySQL的机器上装其他版本的MySQL数据库。

第一步:下载MySQL安装包
下载地址:https://downloads.mysql.com/archives/community/
这里我下载的是一个5.6.50的一个版本,根据情况环境需求选择。
Win同时安装两个版本MYSQL数据库

第二步:解压MySQL压缩包
把MySQL解压到要安装的目录位置。
Win同时安装两个版本MYSQL数据库

第三步:修改MySQL配制文件
修改my-default.ini文件,修改其中的basedir、datadir、port参数信息(下图标黄所示),注意端口号不能和当前已安装的数据库端口号重复
切记不要修改文件名,默认的my-default.ini即可,不要修改!!!
Win同时安装两个版本MYSQL数据库
Win同时安装两个版本MYSQL数据库
[Shell] [color=rgb(51, 102, 153) !important]纯文本查看 [color=rgb(51, 102, 153) !important]复制代码
[backcolor=rgb(27, 36, 38) !important][color=rgb(255, 255, 255) !important]
[color=#ffffff !important]?

01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/ ... ation-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.

[mysqld]

# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin

# These are commonly set, remove the # and set as required.
basedir = D:\MySQL\mysql-5.6.50-winx64
datadir = D:\MySQL\mysql-5.6.50-winx64\data
port = 3316
# server_id = .....


# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES






第四步:配制环境变量(可不配制)
在高级系统设置中依次点击,高级、环境变量、系统变量中的Path变量、编辑、新建、输入MySQL的bin文件夹地址,最后点击确定、确定、确定。
Win同时安装两个版本MYSQL数据库

第五步:安装MySQL服务
使用管理员身份打开cmd命令窗口,一定要管理员权限打开(否则安装服务可能会报错:install/Remove of the Service Denied!)。
我安装的MySQL5.6解压版的包含有data相关文件,所以不需要执行mysqld --initialize命令,直接进行安装。
Win同时安装两个版本MYSQL数据库
打开后进入到MySQL的bin目录下,执行以下安装服务的命令,如提示“Service successfully installed”表示服务安装成功。
[Shell] [color=rgb(51, 102, 153) !important]纯文本查看 [color=rgb(51, 102, 153) !important]复制代码
[backcolor=rgb(27, 36, 38) !important][color=rgb(255, 255, 255) !important]
[color=#ffffff !important]?

1

mysqld install MySQL56 --defaults-file="D:\MySQL\mysql-5.6.50-winx64\my-default.ini"





服务名不可与已安装服务名重复,我这里命名的服务为:MySQL56,可自定义修改为其他名称。
Win同时安装两个版本MYSQL数据库

第六步:启动MySQL服务
启动服务的命令为:net start MySQL56
MySQL56是上面我定义的服务名。
Win同时安装两个版本MYSQL数据库

第七步:登录数据库
因MySQL5.6版本的默认密码为空,所以登录时可不输入密码登录。
Win同时安装两个版本MYSQL数据库

最后打开任务管理器,可以看到有两个运行的MySQL服务。
Win同时安装两个版本MYSQL数据库

至此,MySQL5.6安装完成!
最后一步成功登录MySQL后别忘了设置密码。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

全国统一客服电话
400-1234-7788

24x7小时免费咨询

  • 官方在线客服

    QQ客服:杀气丶

    点击交谈
  • 上海市虹口区海伦中心B座4F4055-4056室

  • 手机扫码查看公众号

    手机查找资源更方便

  • 扫一扫官方微信公众号

    关注官方微信公众号

血玫瑰游戏社区制作( 吉ICP备2022002542号 )营业执照|网站地图