Davood Firoozian wrote:
> hi,
> Using this YAML config
>
> Model::CDBI:
> dsn: 'dbi:mysql:svpn:svnserver'
> user: 'dummy'
> password: 'monaliza'
> options: {}
> relationships: 1
I think you really want something like this:
dsn: 'dbi:mysql:database=svpn;host=svnserver'
-Andy