you have to edit the database.yml file which exist in config folder
all:
  propel:
    class:        sfPropelDatabase
    param:
      classname:  PropelPDO
      dsn:        mysql:dbname=database_name;host=server_name 0r
IP_Address
      username:   mysql_username
      password:   mysql_password
      encoding:   utf8
      persistent: true
      pooling:    true
thats all you have to do
cheers
On Dec 4, 12:42 pm, Eno <symb...@gmail.com> wrote:
> On Fri, 4 Dec 2009, DEEPAK BHATIA wrote:
> > I currently have symfony and database on the same server. But I want to move
> > the database to different server.
>
> http://www.symfony-project.org/reference/1_4/en/07-Databases
>
> --

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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.


Reply via email to