Assuming that in updating database.yml, you've also created a MySQL db for Instiki, then you just need to run "rake migrate". If you're on Windows using the all-in-one bundle zipfile, you may need to do this as:
path\to\ruby\bin\ruby.exe path\to\ruby\bin\rake migrate (The rake tool is just a ruby script, and it typically lives in the ruby/bin directory.) -- John On Dec 5, 2006, at 8:39 PM, [EMAIL PROTECTED] wrote: > I have a very very simple question. How can I use Instiki with > MySQL? I > downloaded the instiki's zip and changed "database.yml." What should I > do next? > _______________________________________________ > Instiki-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/instiki-users _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
