Krok 1: Instalowanie klienta MySQL

Step 1: Installing MySQL Client
You can install MySQL client directly through pip using the command

pip install mysqlclient
Crazy Cobra