database.yml file problem

Well I created a project, and had no problem with this file. I deleted the project for other reasons. Now I created a new project, but the database.yml file generated this time is set for sqlite, when I have mysql. How do I resolve this?

All it appears my apache server is down also, at the localhost.

Sean Six wrote:

Well I created a project, and had no problem with this file. I deleted the project for other reasons. Now I created a new project, but the database.yml file generated this time is set for sqlite, when I have mysql. How do I resolve this?

rails myapp -d mysql

Thanks.