Hello all,
I am trying to obtain data from a populated MySQL database table.Is there anyway to do so without specifying the connection string? I am using JDBC.
The problem I am facing is that I don't have MySQL database on the system on which I need to run the code which obtains data from a populated database.However, I have the populated database tables in the system so I was just wondering if I can query those tables without actually having to install MySQL.
Is there anyway this can be done without installing MySQL on the system? I don't have privileges to install MySQL on this system.
Please help me out.Thanks in advance.