How to concatenate password with mysql:// protocol in Rebol?

Viewed 69

I have a password that contains "]" so rebol doesn't accept mysql://user:password

How to concatenate a string with mysql:// ?

1 Answers
Related