I was playing with deployment and ftp’ed my sample project to my production server. I appears that the DB is not part part of the deployment and must be manually uploaded? It asks for the db name and password but it does not actually copy the db and it must be done manually, is that correct?
Also The db’s for the sample projects appear to be be innodb instead of myisam. Is there a way to specify that during creation of the sample db on the development server?
Thanks!