PHP development environment configuration of MySQL database installation graphics tutorial

  • 2020-03-31 20:34:11
  • OfStack

One, the installation of MySQL

Run MYSQL installer (mysql-essential-5.1.40-win32.msi)

MYSQL_01

 

Select Custom MYSQL_02

 

Click the Change button to Change the installation directory MYSQL_03

 

MYSQL_05  

 

Click the Install button to start the installation

MYSQL_06  

Setup will start installing MySQL to the specified path

MYSQL_07  

 

During the installation process, you can skip some ads by clicking Next.

MYSQL_08 < img title = BORDER = 0 MYSQL_09 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_09 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_09_thumb.png "width = 518 BORDER = 0 >  

 

When the installation is complete, the following screen appears, select only the Configrue the MySQL Server now option, and then click the Finish button

  MYSQL_11  

 

Click the Next button to start configuring MySQL. For configuration options, please refer to the choices I made in the picture.

MYSQL_12 < img title = BORDER = 0 MYSQL_13 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_13 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_13_thumb.png "width = 518 BORDER = 0 > < img title = BORDER = 0 MYSQL_14 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_14 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_14_thumb.png "width = 518 BORDER = 0 > < img title = BORDER = 0 MYSQL_15 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_15 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_15_thumb.png "width = 518 BORDER = 0 > < img title = BORDER = 0 MYSQL_16 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_16 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_16_thumb.png "width = 518 BORDER = 0 > < img title = BORDER = 0 MYSQL_17 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_17 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_17_thumb.png "width = 518 BORDER = 0 > < img title = BORDER = 0 MYSQL_18 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_18 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_18_thumb.png "width = 518 BORDER = 0 >  

 

Note here that be sure to select the Charater Set as utf8

MYSQL_19 < img title = BORDER = 0 MYSQL_20 style =" BORDER - RIGHT: 0 px; BORDER - TOP: 0 px; DISPLAY: block; FLOAT: none; MARGIN - LEFT: auto; BORDER - LEFT: 0 px; MARGIN - RIGHT: auto; BORDER - BOTTOM: 0 px height = 396 "Alt = MYSQL_20 SRC =" / / files.jb51.net/file_images/article/201004/MYSQL_20_thumb.png "width = 518 BORDER = 0 >

 

Set a password for the MySQL root user


MYSQL_21
MYSQL_22


Related articles: