-
Notifications
You must be signed in to change notification settings - Fork 16
1. MySQL Setup Guide
In this section will discuss on how to install MySQL server required for RF Historic report
-
Go to MySQL download page link
-
Click download as mentioned in image
-
Double click on mysql-installer-community-5.x.x.msi to install MySQL
-
Select Server only (for our requirement) and click Next as mentioned in image
-
Continue with default settings (i.e., development and port) as mentioned in image
-
Setup root user password (in my case password is 123456) as mentioned in image
-
Continue other execution steps and click finish on completion
-
Go to MySQL path:
C:\Program Files\MySQL\MySQL Server 5.7\bin
-
Copy path
-
Add above copied path in PATH environment variable
-
Open command prompt
-
Type
mysql -uroot -p123456
and hit enter (following message should be shown) -
Type
show databases;
and hit enter (following message should be shown)
You have successfully installed MySQL server which required for robotframework-historic