0
点赞
收藏
分享

微信扫一扫

Windows 7专业版安装mysql 5.5.62

文档课题:Windows 7专业版安装mysql 5.5.62.
系统:windows 7专业版 64位
数据库:mysql 5.5.62
软件包:mysql-5.5.62-winx64.msi
1、安装步骤
双击mysql-5.5.62-winx64.msi安装包.

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_02

Windows 7专业版安装mysql 5.5.62_MySQL_03

Windows 7专业版安装mysql 5.5.62_MySQL_04

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_05

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_06

Windows 7专业版安装mysql 5.5.62_MySQL_07

Windows 7专业版安装mysql 5.5.62_MySQL_08

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_09

2、相关配置
安装完成后,对mysql服务进行配置.

Windows 7专业版安装mysql 5.5.62_MySQL_10

选择”Detailed Configuration”.

Windows 7专业版安装mysql 5.5.62_MySQL_11

Windows 7专业版安装mysql 5.5.62_MySQL_12

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_13

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_14

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_15

Windows 7专业版安装mysql 5.5.62_MySQL_16

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_17

Windows 7专业版安装mysql 5.5.62_MySQL_18

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_19

Windows 7专业版安装mysql 5.5.62_mysql 5.5.62安装_20

Windows 7专业版安装mysql 5.5.62_MySQL_21

Windows 7专业版安装mysql 5.5.62_MySQL_22

3、状态验证
C:\Users\Administrator>mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.5.62 MySQL Community Server (GPL)

Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
+--------------------+
4 rows in set (0.00 sec)

mysql>

软件包下载网址:https://downloads.mysql.com/archives/community/
参考网址:
https://www.bilibili.com/video/BV1eq4y167Mv/?p=3&spm_id_from=pageDriver&vd_source=8c872e2fd1d99229b38a73ed6718b776

举报

相关推荐

0 条评论