Skip to content

Failed to connect to pgsql while the password contains char '@' #1653

Open
@mgzhenhong

Description

@mgzhenhong

full password is Hi@3812

use

load database
from mysql://root:Hi@3812@localhost/enhscada_dc
into postgresql://postgres:Hi@3812@localhost/enhscada_dc

or

load database
from mysql://root:Hi%403812@localhost/enhscada_dc
into postgresql://postgres:Hi%403812@localhost/enhscada_dc

are all auth failed,
when cannot change the password, how can i fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions