user/pass in URL
by mackowiakp from LinuxQuestions.org on (#6FD43)
I have to use such URL:
Code:mysql://User:Password@MariaDB_address/rest_of_urlBut the problem is that password ends with @
So how can I properly use quotation because @ sign is doubled.
Code:mysql://User:Password@MariaDB_address/rest_of_urlBut the problem is that password ends with @
So how can I properly use quotation because @ sign is doubled.