Connect Django App to MYSQL Database | Django 2.1 Tutorials

preview_player
Показать описание
Learn How to Connect Your Django App to MYSQL Database . After Watching this video you will be able to connect your mysql database with django app.

Software used: Django 2.1
Python: 3.7.1
XAMPP

Subscribe for More Django 2.1 Tutorials and Click on Bell icon to get notify as soon as we upload new video.

Serch Tags:

django, django tutorial, django 2.1, django mysql, django mysql database example, django mysql connection windows, django mysql crud, django 2.1 mysql, django tutorial windows, django python 3.7, django for windows, django tutorials for beginners, django 2.1.2 tutorial, django course, python django course for beginners, python django, django 2.0 tutorial, django framework, python django framework, python django course, python django tutorial, django docs

-~-~~-~~~-~~-~-
Please watch: "Render SCSS to CSS Nodejs | SCSS Tutorials For Front-End Web Development "
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

You Need to Have mysqlClient installed in your System RUN : pip install mysqlclient

SmallAcademy
Автор

I spent 10 hours trying. Now I got it. Thanks. Greetings from Brazil

salmoseproverbiosilustrados
Автор

Thanks brother successfully connect my django project with mysql database

irfanhaque
Автор

brother you are like an angel for me
i tried for more than a day but i didnt get to resolve but within 6 min i resloved all my errors because of you

ysrikar
Автор

Perfect... Still relevant and worked flawlessly for me after I added the line in the pinned comment.

timmyb
Автор

best video ever seen.. Carry on sir. I am from Bangladesh & I support for more Django interesting videos .

fsfaysalcse
Автор

Great video, without any unnecessary things.

dhartishkhatri
Автор

Thank a lot man now it's very clear..but how to deploy a django web app in intranet to allow others co-workers to have access it...thanks

antonioinochi
Автор

Thanks for this... It helped me get somewhere. Docs take time to read

thevoyageof
Автор

Did first we have to install mysql on our system?

lytkarn
Автор

Maan!! I don't know hot to thank you. I've been in this quest of connecting Python to MySQL for months, I got it going years ago, but my brain is wiped out now. I tried following many manuals and each one of them gets blurry at some step.
Anyway, thanks man, and keep up the great work.

NineOheven
Автор

It's really useful video sir...plz make a series on it

devansheerupabheda
Автор

Am using a macbook pro. I had enough errors to connect to my database. But I finally managed to work it out.

mutalemulenga
Автор

Hi, Can we connect from Django to the legacy database. I already have database and tables with data in it, initially using the project with Java.. and now want to replace Java with Python using Django. And want to use the same existing / legacy database. Is there a way i can connect to existing database and use it.
I did tried creating models.py with the help of Inspectdb ... but it has some other issues. Please help.

mayanktripathiu
Автор

had problems trying to install mysqlclient
tried different things from reading stackoverflow
what worked for me is I found that I was using the 32 bit version of python (3.8)
so I uninstalled python and installed the 64 bit python (3.8)
re tried installing mysqlclient and it worked! :)

sharifahmed
Автор

Thanks a lot. after watching one and other videos, this is the one from where I understand the concept and successfully connected my mysql to django.

rajivnicin
Автор

This is great! Straight to the point and very easy to follow. Now to utilize this knowledge, do you perhaps know how to access the tables from the web app itself? Like for creating a login/register system, what are the docs to be had for knowing how to get the username and password from the database?

RandomEpicFails
Автор

Greate video! for me though, the background music was a bit too

ne
Автор

My guy thanks for helping me out great content!

andrei
Автор

is there any option or any video to hosing djano app to third party server or hosting process?

Santanu_Pal