博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
A2-01-02.Install MySQL
阅读量:5113 次
发布时间:2019-06-13

本文共 3657 字,大约阅读时间需要 12 分钟。

转载自:

备注:自己使用的是Linux环境下的二进制版本安装的MySQL 5.7.22

Install MySQL

 

Summary: this tutorial shows you step by step how to install MySQL on Windows platform using MySQL Installer. After the tutorial, you will have a MySQL database server and its tools up and running in your system for learning and practicing MySQL.

Download MySQL Installer

If you want to install MySQL on Windows environment, using MySQL installer is the easiest way. MySQL installer provides you with an easy-to-use wizard that helps you to install MySQL with the following components:

  • MySQL Server
  • All Available Connectors
  • MySQL Workbench with Sample Data Models
  • MySQL Notifier
  • Tools for Excel and Microsoft Visual Studio
  • MySQL Sample Databases
  • MySQL Documentation

To download MySQL installer, go to the following link . There are two files are available. If you are connecting to the internet while installing MySQL, you can choose the online installation version  mysql-installer-web-community.exe . If you want to install MySQL offline, you can download the  mysql-installer-community.exe  file.

Install MySQL via MySQL Installer

To install MySQL using the MySQL installer, double-click on the MySQL installer file and follow the steps below:

Install MySQL Step 1

Install MySQL Step 1: Windows configures MySQL Installer

Install MySQL Step 2 - Welcome Screen

Install MySQL Step 2 – Welcome Screen: A welcome screen provides several options. Choose the first option: Install MySQL Products

Install MySQL Step 3 - Download the latest MySQL products

Install MySQL Step 3 – Download the latest MySQL products: MySQL installer checks and downloads the latest MySQL products including MySQL server, MySQL Workbench, etc.

Install MySQL Step 4

Install MySQL Step 4: Click Next button to continue

Install MySQL Step 5 - Choosing a Setup Type

Install MySQL Step 5 – Choosing a Setup Type: there are several setup types available. Choose the Full option to install all MySQL products and features.

Install MYSQL Step 6 - Checking Requirements

Install MYSQL Step 6 – Checking Requirements

Install MySQL Step 7 - Installation Progress

Install MySQL Step 7 – Installation Progress: MySQL Installer downloads all selected products. It will take a while, depending on which products that you selected and the speed of your internet connection.

Install MySQL Step 7 - Installation Progress - Downloading Products in Progress

Install MySQL Step 7 – Installation Progress: downloading Products in progress.

Install MySQL Step 7 - Installation Progress - Complete Downloading

Install MySQL Step 7 – Installation Progress: Complete Downloading. Click Next button to continue…

Install MySQL Step 8 - Configuration Overview

Install MySQL Step 8 – Configuration Overview. Click Next button to configure MySQL Database Server

Install MySQL Step 8.1 - MySQL Server Configuration

Install MySQL Step 8.1 – MySQL Server Configuration: choose Config Type and MySQL port (3006 by default) and click Next button to continue.

Install MySQL Step 8.1 - MySQL Server Configuration

Install MySQL Step 8.1 – MySQL Server Configuration: choose a password for the root account. Please note the password download and keep it securely if you are installing MySQL database server on a production server. If you want to add a more MySQL user, you can do it in this step.

Install MySQL Step 8.1 - MySQL Server Configuration

Install MySQL Step 8.1 – MySQL Server Configuration: choose Windows service details including Windows Service Name and account type, then click Next button to continue.

Install MySQL Step 8.1 - MySQL Server Configuration - In Progress

Install MySQL Step 8.1 – MySQL Server Configuration – In Progress: MySQL Installer is configuring MySQL database server. Wait until it is done and click Next button to continue.

Install MySQL Step 8.1 - MySQL Server Configuration - Done

Install MySQL Step 8.1 – MySQL Server Configuration – Done. Click the Next button to continue.

Install MySQL Step 8.2 - Configuration Overview

Install MySQL Step 8.2 – Configuration Overview: MySQL Installer installs sample databases and sample models.

Install MySQL Step 9 - Installation Completes

Install MySQL Step 9 – Installation Completes: the installation completes. Click finish button to close the installation wizard and launch the MySQL Workbench.

In this tutorial, you have learned how to install MySQL on your Windows system using MySQL installer. Let’s  and  for practicing and learning MySQL through our MySQL tutorials.

转载于:https://www.cnblogs.com/zhuntidaoren/p/9511231.html

你可能感兴趣的文章
代码规范 任重而道远
查看>>
brew 安装PHP的配置文件所在位置
查看>>
iOS开发之UITextView,设置textView的行间距及placeholder
查看>>
zen cart 清空 批量删除所有商品
查看>>
数据结构实验之数组三:快速转置(SDUT 3347)
查看>>
SSM文件上传
查看>>
Json数据格式
查看>>
WebLogic和Tomcat的区别
查看>>
作业6--学生成绩录入系统
查看>>
Android 中颜色对应的值
查看>>
silverlight 调用默认打印机
查看>>
百度地图是用过程笔记
查看>>
深度学习 神经网络 中文 入门 书籍 课程 推荐 (附 免费 下载 链接)
查看>>
PHP配置开发环境
查看>>
HDU4027 - Can you answer these queries? (线段树)
查看>>
机器学习之使用贝叶斯算法实现拼写检查器
查看>>
机器学习之贝叶斯算法
查看>>
MEF入门之不求甚解,但力求简单能讲明白(四)
查看>>
Oracle Restart能够用来给Oracle GoldenGate 做 High Availability 使用么?
查看>>
PHP图像操作类
查看>>