Anyone ever seen ```Err parsing connection string:...
# orm-help
j
Anyone ever seen
Copy code
Err parsing connection string: invalid port number in .......:33060/mysql
r
Could you check by trying a different port possibly?
Also if possible could you share you connection string so that there are no invalid characters or parameters in that?
I am not seeing anything obviously wrong with the connection string. I will try a different port as well
j
The
#
in the PW might be too fancy... that's what I would try next to use simpler.
(If it indeed is the cause, we need an issue and fix this)
j
good point
Janpio. Confirmed it was the #
j
There should be a way to encode that by URL encoding it to
%23
I think.