登录
首页 >  文章 >  软件教程

Windows Server 2019 安装Mysql8.0

时间:2025-01-19 21:36:32 490浏览 收藏

学习文章要努力,但是不要急!今天的这篇文章《Windows Server 2019 安装Mysql8.0》将会介绍到等等知识点,如果你想深入学习文章,可以关注我!我会持续更新相关文章的,希望对大家都能有所帮助!

在Windows Server 2019上安装MySQL 8.0详细指南

Windows Server 2019 安装Mysql8.0

准备工作

一、系统环境:

操作系统:Windows Server 2019

Web服务器:IIS 10

MySQL版本:8.0.32

二、所需软件:

  1. Visual C++ Redistributable for Visual Studio 2015 (安装PHP和MySQL必需,已安装可忽略)

    x86版本

    x64版本

  2. MySQL安装程序:MySQL Installer Community 8.0.32.0

MySQL 8.0安装步骤

  1. 双击运行mysql-installer-community-8.0.32.0.msi,选择“Custom”自定义安装,点击“Next”。

Windows Server 2019 安装Mysql8.0

  1. 点击“Edit”,选择64位MySQL Server,并将其移动到右侧窗口。

Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0

  1. 点击“Next”,“Execute”,然后继续点击“Next”直到完成所有必要的步骤。

Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0

  1. 配置类型选择“Server Machine”,启用TCP/IP,端口号设为3306,并打开防火墙端口。

Windows Server 2019 安装Mysql8.0

  1. 选择兼容MySQL 5.7及以下版本的加密方式。设置root密码,并确认。

Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0

  1. 配置MySQL系统服务,服务名称为“MySQL80”,系统启动时自动启动,使用标准系统账户。

Windows Server 2019 安装Mysql8.0

  1. 点击“Execute”,“Next”,“Finish”。

Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0

  1. C:\Program Files\MySQL\MySQL Server 8.0目录下创建my.ini配置文件,内容如下:
[mysqld]
port=3306
basedir=C:\Program Files\MySQL\MySQL Server 8.0
datadir=C:\Program Files\MySQL\Data
max_connections=1000
max_connect_errors=10
character-set-server=utf8
default-storage-engine=InnoDB
default_authentication_plugin=mysql_native_password

[mysql]
default-character-set=utf8

[client]
port=3306
default-character-set=utf8
  1. 打开MySQL命令行客户端 (开始 -> 程序 -> MySQL -> MySQL Server 8.0 -> MySQL Server 8.0 Command Line Client),输入root密码登录。

Windows Server 2019 安装Mysql8.0Windows Server 2019 安装Mysql8.0

安装完成。

以上就是《Windows Server 2019 安装Mysql8.0》的详细内容,更多关于的资料请关注golang学习网公众号!

相关阅读
更多>
最新阅读
更多>
课程推荐
更多>