I am building a python flask-Mysql app. I am building it using AWS cloud9. But When I run the code I am geting MYSQL_HOST key error. I am attaching code below. Is it because of the installation fault or code error.?` ` Answer You are calling application = Flask(__name__) twice. So second time you are overwriting the first application. It