OK.
Thanks for the update.
I reinstalled postgresql.
I'll check performance.
Regards
On Sat, Feb 22, 2020, 16:38 E L wrote:
> If you are using ## in the password, that might cause problems for the
> URL/URI parser since # is part of URL structure.
> Otherwise, it looks like postgres is not runni
If you are using ## in the password, that might cause problems for the
URL/URI parser since # is part of URL structure.
Otherwise, it looks like postgres is not running.
On Wed, Feb 19, 2020 at 10:32 AM Maurice Waka wrote:
>
> db = DAL( "postgres://mauricewaka:b123test##@localhost:5432/mydb")
>
I used this string to connect to postgresql database
db = DAL( "postgres://mauricewaka:b123test##@localhost:5432/mydb")
as well as this
db = DAL( "postgres://mauricewaka:b123##@localhost/test")
But got this error:
Traceback (most recent call last):
File "/home/maurice/py4web/py4web/core.py"
3 matches
Mail list logo