You can enter the mysql console with: mysql -u root -p Then you can select a database show databases;use…
Big data
Discovering django on Debian – part 2: configuring django databases
MySQL (Photo credit: Wikipedia) In the previous Django tutorial, we left when a website run locally. Now, we will fill…