Skip to main content

All Questions

Tagged with
1 vote
2 answers
151 views

How are databases stored for I website that I create and host [closed]

I am learning web development and I am using python (flask) along with HTML and CSS with bits of JavaScript. I want to know how I can connect a database (MySQL) to my website and where and how it will ...
rishi's user avatar
  • 113
2 votes
1 answer
6k views

How to connect to MySQL running on XAMPP through WSL terminal

MySQL is running on XAMPP and working fine. I am trying to connect to it through the Windows Subsystem for Linux running a Flask app using flask-msqldb. But when I run the Flask app and try to make a ...
Theja's user avatar
  • 141