Deploy app using MySQL

These are the libraries i am using
import streamlit as st
import mysql.connector
import pandas as pd
import requests
from streamlit_lottie import st_lottie

and this is my requirements.txt
streamlit
pandas
streamlit_lottie
mysql.connector

it trough error when to deploy

    raise errors.InterfaceError(
mysql.connector.errors.InterfaceError: 2003:

Hi @Tariq_Aziz,

Thank you for sharing your question with the community!

Your post is missing a code snippet and a link to your app’s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.

1 Like

thanks for guideline .