I'm trying to set up an application with Django through Elastic Beanstalk and MySQL through RDS. I can successfully use the application on localhost with the MySQL RDS database. When I deploy, I have problems.
I get
"111: Connection refused"
but maybe more importantly
"mysql_config: command not found, mariadb_config: command not found, mysql_config: command not found"
Posts on here talk about using yum in a packages.config file, I tried those suggestions without success. Isn't yum for use on operating systems other than MacOS?
I followed the instructions here: https://pypi.org/project/mysqlclient/
And of course mysqlclient is in my requirements.txt
Obviously I need the files mentioned above, but how do I get them?