This means the MySQL database user you're using to connect to the MySQL database doesn't have ALL privledges granted to the database. Either adjust the permissions on your current MySQL username or create a new one this time giving it ALL privledges including SELECT, INSERT, UPDATE, etc.