Django-how to set the schema of mySql database in settings.py?
I have a database connection in settings.py to mySql database:
WSL(Ubuntu 22.04 LTS) djnago project unable to connect to Mysql Workbench, but mysql -u root -p working
I’m running my django project in WSL(ubuntu 22.04 LTS), recently moved from windows, when i create a db in windows and migrate the db tables are created but in linux the db itself when created in mysql terminal, not shown in mysql workbench?