Downloaded and place phundament3 in local machine, ya its working but not when trying to config /install it with Mysql database followed like installation doc ,
where I can find its Mysql dump?
if installation do all for me then how to do in local? can any one explain steps,
using Ubuntu 11.04
If you accidentally mixed up your installation, eg. you've installed Phundament with a SQLite database (which is the default), but you want to install it with MySQL, take the following steps:
db
component in config/main.php
to run with your MySQL database; Note: by default Phundament's console.php
uses the same components as the web-app../yiic migrate
yes
to start the migrationAll migrations should now run again, just with your MySQL database.