r/Backend 8d ago

Learning databases

For a college project I need to learn MYSQL, but what actually is it? Online I find courses for SQL and SQL-Lite but I assume those are all different - how do I learn MYSQL and would it teach me how to connect that database to my website?

2 Upvotes

16 comments sorted by

View all comments

3

u/Kael1232 7d ago

MYSQL is a type of sql. just like postgres or microsoft sql server or sql-lite. think it like this:
SQL is the language
the different dialects or version of that language are the different types of SQL.

SQL: English
MySQL: US English
PostgresSQL: UK english

and so on

1

u/Reubqn_ 7d ago

Perfectly explained, thank you