I have a student project and I am using MySQL that is running locally on my PC. So far, my web project is working in Eclipse well and I am connecting to the database on my PC without problems. I have also exported the webproject as a WAR file on the university server. However, I want to make the database accessible publicly from the university server. If the university server doesn't have MySQL installed, are there any options in this instance to access the database locally on my computer from the university server? Or to export the database to the university server, if it doesn't have MySQL.
↧