暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Windows 7专业版安装mysql 5.5.62

原创 Leo 2023-04-11
545

文档课题: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安装包.








2、相关配置

安装完成后,对mysql服务进行配置.


选择”Detailed Configuration”.













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

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论