I am trying to access mysql database in xampp server using flask_sqlalchemy
my code is as follows
from flask import Flask , render_template , request f