When adding a views on has to decide what this view is about. What content do you want to display. Is it basically a node? Or a term. The basic idea is "What is your primary table". And is it possible to grab all related content with it?
mysqladmin -u root -p create drupaljam_demo mysql -u root -p > GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON drupaljam_demo.* TO 'drupaljam_demo'@'localhost' IDENTIFIED BY 'drupaljam_demo';
Add the site to apache (my steps)
cd /etc/apache2/sites-available/
cp drupaljam.dev drupaljam.demo
vi drupaljam.demo
a2ensite drupaljam.demo
vi /etc/hosts
# add 127.0.0.3 drupal.demo