I have a running Django blog with sqlite3 db at my local machine. What I want is to
Before I ran into the first step, I jumped into the second first. I followed this web page (on MacOS). I created databases called djangolocaldb on root user and have those infos in /etc/mysql/my.cnf like this:
# /etc/mysql/my.cnf
[client]
database=djangolocaldb
user=root
password=ROOTPASSWORD
default-character-set=utf8
Run Code Online (Sandbox Code Playgroud)
Of course I created db, …