A newbie question: how do I create a copy of symfony app using a different database? Here is what I tried:
1) copied my symfony 1.2.12 application to another dir to make a copy of it. 2) did a dump of the MySQL database used by the original symfony app and created a new db where I inserted the data from the dump 3) For the new symfony application I changed the new database name in config/databases.yml 4) Tried inserting data using a form in thew new app => Problem: the data was inserted in the original symfony app's db, not into the new one Best regards, Peter -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en To unsubscribe from this group, send email to symfony-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.