When I attempt to log into my metasploitable VM and execute the command show databases I don’t get the nice list of databases that Zaid gets in lecture 10.1. I was wondering if you could figure out what I was doing wrong or whether or not I had metasploitable set up correctly.
Screenshot of what happens when I try to execute the show databases command:
Hi!
First you are missing the last semicolon, as mentioned in the lecture each sql query should end with it. Then if you haven’t created a database then you won’t able to see any. Run the commands in metasploitable as it contains some databases already.