MySQL
1. System specification
- Operation system + Window, macOS, Linux
- Operation system + 2 Core CPU + 2GB RAM
2. Explanation
- Reason why we use this version in current guided document
- Support Amazon RDS and MySQL Community Edition version 8.0, 5.7
- In CALS, version 8 is used, so local version needs to be compatible to use.
3. Installation
After click on mysql download and access homepage, click on
Select Version
and then download latest version8.0
Run downloaded installation file, select
full
options and then click onNext
button.
Developer Default : Install all products required for
MySQL
developmentServer only : Install
MySQL
server onlyClient Only : Install all product required for development except
MySQL
serverFull : Install all product provided in
MySQL
.Custom : can control over all packages that user want to install and installation path that user want to use.
Review the requirements and click the
Next
button to continue.If a popup appears with the message
Product with missing requirements will not be installed or upgraded,
click theYes
button.A list of packages to be installed will be displayed. Click
Execute
to proceed with the installation.Once the installation is complete, click the
Next
button to continue.The following section displays the installation readiness status. Click the
Next
button to proceed.Verify that
Standalone MySQL Server / Classic MySQL
is checked and click onNext
button.
Standalone MySQL Server / Classic MySQL Replication : Configure initial of Standalone MySQL server.
Sandbox InnoDB Cluster Setup (for testing only) : create and configure
InnoDB Cluster Sandbo
instance in local to test
Check that Config Type is to Development Compute and then click on
Next
button.※ Port 3306 is default but can change into the type that you want to use.
Set the initial password for
root
account, click onNext
button.
If you choose a simple password, a warning that it may beweak
in term of sercurity.
This setting window for registering in
Window service
to run continuously in background.
Click on theNext
button to set it as default.Click on
Execute
button and execute server configuration.

- Once the server configuration is finished, click on
Finish
button.

The screen displays a list of product configuration. Click on
Next
button to continue.Input password configured in
root
account and click onCheck
button.
After verifying successfully to MySQL Server, click on theNext
button.Click on
Execute
button to apply the option listed in Configuration Steps.

- Once the configuration is finished, click on
Finish
button.

Once installation is finished, click on
Finish
button.
1.1. After that, connect to localhost
with DB Client
.
※ Guide document proceed with dbeaver
.

1.2. After establishing the connection, open editor
and create following query. Execute it to verify that server is functioning properly.