I can’t start the local google-app-engine using MySQL.

Previously started the server dev_appserver.py [PATH_TO_YOUR_APP], but it uses SQLite by default. I found a way on the forums through setting the parameter --mysql_user, the server starts, but still uses sqlite. The server runs on linux, using the mysql library - mysqldb.

Links to official documentation on the forums are all outdated.

    0