Skip to content

GitMaster-69/DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Python packages

pip install flask mysql-connector-python

Start MySQL Server

Make sure MySQL is running on your system.

Use this to log in and create the database:

mysql -u root -p

Then inside MySQL shell:

CREATE DATABASE testdb; EXIT;

Update your app.py

Edit app.py and set your MySQL password:

password="your_mysql_password"

Run the app

python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors