You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,7 @@ Error | Code | Meaning What to fix
16
16
IF THESE DON'T FIX REFER SOME AI AND FIX AND MOVE TO STEP 2.
17
17
# Step 2
18
18
This is main project.
19
-
First go to MySQL and do >>> `Create database library;`
20
-
now do >>>`CREATE TABLE list (id INT NOT NULL AUTO_INCREMENT,student_name VARCHAR(100) NOT NULL,book VARCHAR(100) DEFAULT NULL,status VARCHAR(20) DEFAULT NULL,PRIMARY KEY (id));`
21
-
Now copy and run main.py.
19
+
First copy and run main.py.
22
20
Once run for first time the program is ready.
23
21
Now for better performance direct to file in cmd
24
22
The cmd for this is `cd /d <the file path>` eg: "cd /d D:\PythonProjects"
0 commit comments