i am using cakephp and doing the blog tutorial and i get this error when i try to setup the db
Error
SQL query:
/* First, create our posts table: */ CREATE TABLE posts(
id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY ,
title VARCHAR( 50 ) ,
body TEXT,
created DATETIME DEFAULT NULL ,
modified DATETIME DEFAULT NULL
);
MySQL said:
#1046 - No database selected
thanks