I am logging something to a MySQL database with a Java program, and I was wanting to create a table if the one I wanted to use did not exist. How would I got about creating a table through Java? (If clerification is needed, please say so).
P.S. before you say this question is a duplicate of this question, that question did not answer mine.