Advanced Spigot Coding | MySQL Part 1 | (Ep. 3) Spigot 1.15



Advanced Spigot Coding | MySQL Part 1 | (Ep. 3) Spigot 1.15

Advanced Spigot Coding | MySQL Part 1 | (Ep. 3) Spigot 1.15

In this video, I will show y’all how to connect to a MySQL Database! This is super useful for those who want to have multi-server data! I hope you all enjoy it!

Download XAMPP: https://www.apachefriends.org/download.html

Line of code:
connection = DriverManager.getConnection(“jdbc:mysql://” +
host + “:” + port + “/” + database + “?useSSL=false”,
username, password);

Want more videos?
Become a Patreon support to gain access to more videos!

Patreon:
https://www.patreon.com/codedred

Donate to me 🙂
https://www.paypal.me/CGMax

Join my discord:
https://discord.gg/zMzXSgk

Follow the Twitch Streams:
https://www.twitch.tv/coded_red

Shoutout to Zephyr for the graphics!

—— Links ——

Download Eclipse: https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-java-developers

Download Spigot: https://getbukkit.org/download/spigot

Build Spigot: https://www.spigotmc.org/wiki/buildtools/

Check out my plugins:
https://www.spigotmc.org/resources/authors/cmaaxx.421005/

[GITHUB CODE]
GitHub repo code is exclusively for Patron Supporters! For only $3 you can view all source code from videos! https://www.patreon.com/codedred

Music:
Track: Minute Mix – ChillOutMedia
Music provided by Chill Out Records – No Copyright Music.
Listen: https://www.chilloutmedia.com/download

Comments are closed.