YAFLogo

Posted by: war_shane - Tuesday, 26 January 2010 17:18:05
I had YAF up and running fine on my dev machine. I was messing around trying to integrate with an existing site and modified a bunch of data in the YAF database. So now, I simply want to recreate the YAF database. I've made a lot of changes to the source code, so I don't want to reinstall everything, just the database. Is there a way I can do that easily?

Posted by: nordic - Tuesday, 26 January 2010 17:27:03
i use this tool http://www.red-gate.com/products/sql_data_compare/index.htm Work fine for me.

Posted by: war_shane - Tuesday, 26 January 2010 17:29:58
I don't need to synch a dev db with a production db, I simply need to recreate the YAF database from scratch. I suppose I can run the install again, but I just need the db, not the entire project.

Posted by: war_shane - Tuesday, 26 January 2010 17:39:11
I figured it out. All I had to do was delete the database, recreate an empty one and run the forum app. The rest was taken care of for me.