File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The project has Dependencies which are all open sourced (modules such as pickle,
6
6
# Requirements:
7
7
1 . Python 3
8
8
2 . MySQL workbench 8.0
9
+
9
10
because I've tested the code using these versions only...
10
11
11
12
# Setup:
@@ -15,17 +16,20 @@ Run the file named "main.py" and follow the instructions of the program...
15
16
Open the file named "firsttime.txt" and change the value from False to True (case sensitive)
16
17
17
18
# Troubleshooting:
18
- I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
19
+ 1.I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
20
+
19
21
I strongly suggest users to have a password set in MySQL.
20
22
21
- Check if the terminal shows the message "Connection established successfully"
23
+ 2.Check if the terminal shows the message "Connection established successfully"
24
+
22
25
That means you entered your credentials properly
23
26
24
- Any other exception will pop up in the terminal...
27
+ 3. Any other exception will pop up in the terminal...
25
28
26
29
# About:
27
30
This project aims to create a bridge between Python and SQL and use it in real world problems/applications...
31
+
28
32
This project is currently under development...
29
33
30
- #Done by:
34
+ # Done by:
31
35
Om J Shah
You can’t perform that action at this time.
0 commit comments