mysql5.5 installation graphic tutorial under win7

mysql5.5 installation graphic tutorial under win7

MySQL installation is relatively simple, usually you can go directly to the next step, and focus on the points that need attention.

Download address: https://www.mysql.com/downloads/

(1) Select the installation type

Typical: Typical installation
Custom: Custom installation
Complete: Full installation

Choose the second option, Custom Installation

這里寫圖片描述

(2) Select the installation path

這里寫圖片描述

(3) Select the data storage path

這里寫圖片描述

(4) Select the default character set

The first is Latin1, the language of Western European countries. The second is UTF8, which supports Chinese. The third can be customized. In order to prevent data garbled, it is best to choose UTF8 format.

這里寫圖片描述

(5) Setting environment variables

You can directly enter mysql in cmd to run mysql, otherwise you must first go to the mysql installation bin directory

這里寫圖片描述

(6) Set the database password

The default username is root

這里寫圖片描述

(7) Verify whether the installation is successful

If (5) is not checked, you need to first go to the MySQL installation bin directory

這里寫圖片描述

Enter myql -uroot -p
If the following prompt appears, it means the installation is successful

這里寫圖片描述

If (5) is checked, directly enter myql -uroot -p

這里寫圖片描述

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • MySQL5.5.21 installation and configuration tutorial (win7)
  • Win7 system installation MySQL5.5.21 graphic tutorial
  • MySQL Installation Detailed Graphic Version (V5.5 For Windows)
  • Sharing the whole process of installing MySQL 5.5 under CentOS 5.5
  • How to install MySQL 5.5.28 on Windows XP
  • Install MySQL 5.5.19 on Windows
  • CentOS 6.5 yum installation of MySQL-5.5 full process graphic tutorial
  • How to choose the installation path when installing the MySQL 5.5/5.6/5.7 and above installation packages
  • MySQL 5.5 installation and configuration method graphic tutorial
  • How to install mysql5.5 on centos 7

<<:  How to create https using nginx and Tencent Cloud free certificate

>>:  An elegant way to handle WeChat applet authorization login

Recommend

Five practical tips for web form design

1. Mobile selection of form text input: In the te...

A brief analysis of CSS :is() and :where() coming to browsers soon

Preview versions of Safari (Technology Preview 10...

Style trigger effect of web page input box

<br />This example mainly studies two parame...

Practice of using SuperMap in Vue

Table of contents Preface Related Materials Vue p...

Tutorial on installing mysql5.7.17 via yum on redhat7

The RHEL/CentOS series of Linux operating systems...

JavaScript style object and CurrentStyle object case study

1. Style object The style object represents a sin...

mysql5.6.8 source code installation process

Kernel: [root@opop ~]# cat /etc/centos-release Ce...

The meaning and calculation method of QPS and TPS of MySQL database

When doing DB benchmark testing, qps and tps are ...

Solve the error "Can't locate ExtUtils/MakeMaker.pm in @INC"

When installing mha4mysql, the steps are roughly:...

Implementation code of html floating prompt box function

General form prompts always occupy the form space...

Native js to implement drop-down box selection component

This article example shares the specific code of ...

Vue routing to implement login interception

Table of contents 1. Overview 2. Routing Navigati...