Using a MySQL with Payara Platform (Video)
Published on 08 Feb 2021
by Debbie HoffmanIn this simple demo video by Rudy De Busscher, learn how to configure the connection to the MySQL database and how to use it with JPA or JDBC framework, and various options for using it with the Payara Platform.
Using the Asadmin CLI tool is the preferred way to configure a JDBC Driver for MySQL when using Payara Server, but you can also use the Admin Console. You could also use the DataSource definition of the Jakarta EE specification, which is preferred when using Payara Micro.
If you want to learn how to use PostGreSQL or Oracle databases in Payara Server and Payara Micro, or see how to use a data source in the JPA or JDBC frameworks, you can watch the other videos in this series specific to your database of choice as they are published.
Related Posts
Nugget Friday - Preventing Memory Leaks with JDBC Connection Pool Management in Payara Server
Published on 15 Nov 2024
by Luqman Saeed
0 Comments
What is an Application Server?
Published on 04 Nov 2024
by Dawn Baird
0 Comments