I've been browsing the internet for an up-to-date way to connect a Java project to a MySQL server/document. Any help would be greatly appreciated.
Everything I've found just seems to use links to out-of-date software.
I've been browsing the internet for an up-to-date way to connect a Java project to a MySQL server/document. Any help would be greatly appreciated.
Everything I've found just seems to use links to out-of-date software.
If you want to connect to a specific database type, such in your case, it is the best way to look first for a official library.
In the case of MySQL you can find this connector here: https://dev.mysql.com/downloads/connector/j/