@@ -4,15 +4,12 @@ https://www.youtube.com/playlist?list=PL41lfR-6DnOokmJfmYj2hdVMKVGIcF7__ (Youtub
4
4
'MySQL for Beginners')
5
5
6
6
7
- Note that while in the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
8
- IDE, I used VScode instead.
9
-
10
7
Deviations of these tutorials from the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners':
11
- - In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
8
+ - In the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners' used MAMP and PHP as the
12
9
IDE, but I used VScode instead (refer to the file 'Setting_up_MySQL_(SQL_implementation)_in_VScode.txt' for how to set
13
10
up MySQL with VScode).
14
- - In the Youtube video by Quentin Watt Tutorials, titled 'MySQL for Beginners' used a pre-made Relational Database by
15
- Quentin, but I used a 'movies ' Relational Database provided by codebasics in their Youtube video, titled 'SQL Tutorial
11
+ - In the Youtube playlist by Quentin Watt Tutorials, titled 'MySQL for Beginners' used a pre-made Relational Database by
12
+ Quentin, but I used a 'moviesdb ' Relational Database provided by codebasics in their Youtube video, titled 'SQL Tutorial
16
13
for Beginners | MySQL Tutorial' (link: https://youtu.be/Rm0xH2Vpfi0?si=QVr3mUdqUGLHN84R)
17
14
18
15
@@ -27,6 +24,9 @@ https://www.youtube.com/watch?v=91iNR0eG8kE&list=PLzMcBGfZo4-l5kVSNVKGO60V6RkXAV
27
24
Tech with Tim, titled: 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting')
28
25
29
26
30
- Note that while these tutorials from the Youtube videos by Tech with Tim used the 'mysql.connector' (Python library),
31
- but it dosen't work for my computer for some reason so I used the PyMySQL (Python library) instead, which works for my
32
- computer and is relatively similar to the 'mysql.connector' (Python library) in functionality and syntax.
27
+ Deviations of these tutorials from the Youtube videos by Tech with Tim, titled 'Python MySQL Tutorial - Setup & Basic Queries
28
+ (w/ MySQL Connector)' and 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting':
29
+ - In these Youtube videos by Tech with Tim, titled 'Python MySQL Tutorial - Setup & Basic Queries (w/ MySQL Connector)' and
30
+ 'Python MySQL Tutorial - Creating Tables, Inserting & Selecting' used the 'mysql.connector' (Python library), but it dosen't
31
+ work for my computer for some reason so I used the PyMySQL (Python library) instead, which works for my computer and is
32
+ relatively similar to the 'mysql.connector' (Python library) in functionality and syntax.
0 commit comments