is there a way that I could parse mysql console output to Java objects? I can almost see your answers suggesting me to use JDBC but mysql connection towards my system is closed. It only exists internally, in that system.
I can reach it through SSH which leaves me with parsing console outputs. Is there a known way of doing this or some other solution that I've overlooked?