MySQL学习笔记(十 一)—— MySQL 8.0.19 安装

  1. 下载 MySQL

  2. 安装,注意其中的两个步骤
    在这里插入图片描述
    在这里插入图片描述

  3. 安装完成后,开始菜单中找到 MySQL8.0 Command Line Client,点击进入,输入密码后显示如下内容,安装成功

    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 11
    Server version: 8.0.19 MySQL Community Server - GPL
    
    Copyright (c) 2000, 2020, 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.
    
  4. 安装NaviCat数据库管理工具

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章