Connecting to a MySQL Database in Flask Using Flask-MySQLDB

preview_player
Показать описание
Use MySQL in Flask without having to go through Flask-SQLAlchemy.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare

💻 Code written in video

Рекомендации по теме
Комментарии
Автор

you are a genie for flask in all youtube can manipulate flask than bless you Sir and many thanks for your time and your light = learning

لنتسقطامةرسولهامحمدوصاحبهعمرال
Автор

I am very new to flaks and I'm creating a docker image with flaks app and mysql. I spend two whole days trying to connect these two containers with me lack of knowledge. Must have gone through hundreds to ways to connect these two. You video helped me a lot and super simple explanations. Thanks a million.

Indikul
Автор

Man, this SQL alchemy was way too complicated for a novice and there isn't enough info out there in the web to teach this stuff so simple and upto poin. Really a great job putting this info out for us.

sivakumaranbazhagan
Автор

Ive seen lots of manuals and videos about flask+mysql, but yours is the most informative and clear.
br< thank you VERY MUCH!

Taridonov
Автор

Omg i needed this video last week, was stuck for 3 days with not being able to add the data to the db. However great video, and i learned about the cursor class :)

TommiSvaerd
Автор

Amazingly simple, straightforward video! Great job, really great

XadaiSantos
Автор

Thanks, very simple and easy to use for basic learning

rubychandra
Автор

that's brilliant
to the point and it helped a lot

omarelsebaey
Автор

Thanks a Lot man!!! Perfectly Explained

shubhamd
Автор

Kami-Sama Thank you Very Much....my company said i should learn back-end and i don't know how and where to start..i heard they using mysql instead of sqlalchemy..

MrArdo-branch-main
Автор

Hey, nice video 👍. I have MySQL database locally on machine. Can you please tell how to config app then. I runs MySQL as sudo mysql from commandline

tusharpathade
Автор

Can you do a video on connecting mysql with sqlalchemy? Thanks

suharsh
Автор

such a great video, it definitely helped me out.

TashieTash
Автор

Note that if you are using version control for your project such as a public Github repository, you should save sensitive data configurations such as passwords and keys in an instance folder which is automatically ignored by .gitignore.

ryanbiztech
Автор

for those using ubentu, if mysqlclient does not get installled via pip, try this ....sudo apt-get install python3-dev default-libmysqlclient-dev build-essential

sivakumaranbazhagan
Автор

Great video! Interested to see how this would be done in a flask application with multiple .py files and blueprints

noahbroyles
Автор

Great tutorials!! Just discovered your channel. Do you have more videos on My SQL topic? Which is better among MySQL & SQLLite?

ajaykumark
Автор

can i do this dynamically? for example, for every student logs in and do some actions, a table will be fill in with all student details? is it possible? and thanks for this great video!!

ferooyahya
Автор

"... Ill leave a description in the link below" lmao 0:41

danielfaller
Автор

Hi Anthony! What is the best way to pass the results of a query to a jscript file referenced in a html-template?

cookieslife