class Config:
MYSQL_HOST = 'localhost' # Ensure this is correctly set to your MySQL server's host
MYSQL_USER = 'root' # Your MySQL user
MYSQL_PASSWORD = 'your_password' # Your MySQL password
MYSQL_DB = 'your_database' # Your MySQL database name
I want to run my server and connect with backend and this. Some things are required, then I want to know how can I get this all things ?
New contributor
Bbz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1