backup-manager / symfony

Driver to seamlessly integrate the Backup Manager into Symfony applications.
119 stars 39 forks source link

Error on DNS #78

Open Xusifob opened 3 years ago

Xusifob commented 3 years ago

Since the update, I have 2 errors on my environments :

The provided DSN is not valid. Maybe you need to url-encode the user/password? (root:XXXXX@host:3306/db?serverVersion=5.7)

Database /db not found

It used to work properly before the new release

Nyholm commented 3 years ago

Hey.

Are you using version 3.1.1?

About username/password: That is correct. Username and password must be urlencoded (`urlencode()) or they are not valid according to RFC 3986.

Nyholm commented 3 years ago

Do you still have a problem on 3.1.1?