Hello, This question may have already been asked, but I have been having some trouble finding a good answer. I currently have a radiant project running on my local machine using sqlite3 as the database. I now want to move my project to site5 and use a more robust database like mysql. Can somebody point me in the right direction to make sure that I do this correctly? Should moving the project consist of only copying the current project up to the server and then making sure all the correct gems are installed? Should changing the database consist of editing the database.yml, installing mysql and then running a rake db:migrate? Please help.
c