1
In the configuration of pMapper (Mapserver framework for PHP), there is this configuration which I am in doubt how to configure it.
<dsn encoding="UTF-8">pgsql://postgres:postgres@localhost/db</dsn>
It would be something like that ?
<dsn encoding="UTF8">pgsql://[usuario]:[senha>@[localhost]/[banco]</dns>
Yeah, I’m trying to make this example work. But it doesn’t say it’s OK and it doesn’t say it’s wrong. Sometimes I think he gives an ironic smile and says: 'If you turn black, you don’t want to be a programmer'? Then take!' =/
– Douglas Dreer
Clears me a doubt and whether in
<dsn encoding="UTF8">pgsql://[usuario]:[senha>@[localhost]/[banco]</dns>
the password has a special character at the beginning or end, such as a @. What would be correct: Single or double quotes ?– Douglas Dreer