-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMySQL.txt
More file actions
40 lines (29 loc) · 1005 Bytes
/
MySQL.txt
File metadata and controls
40 lines (29 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Download & Install Oracle
=========================
Google "download oracle express"
- https://www.oracle.com/database/technologies/xe-prior-release-downloads.html
- SQL Seveloper for Oracle
Download & Install MySQL with MySQL WorkBench
========================
https://dev.mysql.com/downloads/
> MySQL Installer for Windows
mysql-installer-community-8.0.37.0.msi (296.1 MB) > Download
Install It
Choose a Setup Type : Custom
Expand MySQL Servers (....) and Select :
MySQL Server 8.0 and move/push/select to right side
Applications : MySQL Workbench 8.0
> Next > Ready to Install > Execute
May ask for installing "Microsoft Visual C++ Redistributable for Visual Studio 2019"
> Next (Product Configuration) - Ready to Configure > Next
Type and Networking > Next
Authentication Method : Use Legacy Authentication Method ... > Next
MySQL Root Password: root
Repeat Password: root
> Next
Windows Service Name: MySQL80
Standard System Account
> Next
Apply Configuration
> Execute
> Finish