MySql database - Installation (a)

I. Introduction to Database

1, file storage
persistent storage
2, the database
network model, the hierarchical model, relational model, object-oriented model
MySql relational model.
SqlServer
Oracle - enterprise-class development
MySql form a cluster

Second, the database installation

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

    14929498-e38c6e2e8cfd383a.png
    Select Community Edition

    14929498-8f93648b33d9a9e0.png
    Community Edition

    14929498-a9826d101262b758.png
    Select the installation version

  2. MySql installation:


    14929498-f73f54c4fb6d4209.png
    Installation Content

    14929498-c69efc1c7f5ac7a8.png
    Product Configuration

    14929498-01bd29f5cf504d7d.png
    Port Settings

    14929498-23fc04e740f0c8b6.png
    Password authentication

    14929498-aa5ea46f47c01ede.png
    set password

    14929498-54a9cc0c31873423.png
    Settings Service Name

    14929498-9f57c276113dd657.png
    Implementation services

Third, the tool Navicat premium 64 Wei

  1. Navicat premium 64 bit installation

  2. Connect to the database


    14929498-2672c2c934971b91.png
    Create a connection

    14929498-ad1ac59e57e3df74.png
    Test Connection

    14929498-90304a57646674f3.png
    System Database

Fourth, create a database

Reproduced in: https: //www.jianshu.com/p/212581666e0d

Guess you like

Origin blog.csdn.net/weixin_34319374/article/details/91100518