Having issue while connect to Mysql
I am trying to connect to MySQL. I have provided all the details including port, username, and password when I have clicked on test connection. I can see below message in the ReadyAPI Log
"The JDBC driver [com.mysql.jdbc.Driver] is already registered."
So I think its connected but when I am writing a query to build a query section. its again showing the same message in the log and nothing happening. I am not sure where I am wrong.
I followed the instruction from here https://support.smartbear.com/readyapi/docs/testing/data-driven/tutorials/mysql/source.html
Note:-
When I did the step 11, I couldn't see step 12. Step 13 window automatically pop up for me and I am writing the query in the query section and clicks on the button "Build a Query" (In the blog button name is "use a Wizard" but couldn't find in mine.
Hi Ranujn,
Thank you for your post. Unfortunately, the mentioned docs are outdated, please refer to the following articles to set up the connection:
1. MySQL JDBC Driver: https://support.smartbear.com/readyapi/docs/testing/data-driven/drivers/install/mysql.html
2. Database Manager: https://support.smartbear.com/readyapi/docs/testing/data-driven/drivers/manager.html
3. JDBC Request Test Step: https://support.smartbear.com/readyapi/docs/soapui/steps/jdbc-request.html
BTW, getting the "The JDBC driver [com.mysql.jdbc.Driver] is already registered." message is OK.