↧
SQL Injection: A comic strip
An interesting comic from XKCD. This one portraits a nice joke about SQL Injection. Check out!
View ArticleImport SQL Script to MySQL using the Command Line
Summary: We have acquired a large databse dump which we need to import into our local system. Since the database size is large, phpmyadmin can’t help. MySQL command line tool comes to our rescue Change...
View ArticleDjango on Heroku: Postgres and dbshell
If you’re deploying a Django app on Heroku you should already know that Heroku uses Postgres. The surprise comes when your “dbshell” command will fail with an error message like: You appear not to have...
View Article