Hello you all,
So I am trying to connect to my database using a JDBC teststep in SoapUI. I am using this connection string :
Capture.JPG
When I test this connection I get the error shown in this image :
Capture.JPG
After some researches, I found that the problem come from the '@' in the password (my password is '@12345').I changed the database password to '12345' and obviously it worked.
Is there any solution for me to connect to my database without changing the password ?