It turns out that configuring Perl wasn’t the last step for my
student instance. It appears that I neglected to configure my
student instance to support Java connectivity to MySQL. This post
reviews the configuration of Java to run programs against MySQL.
It also covers the new syntax on how you register a
DriverManager
, and avoid Java compilation errors
with the older syntax.
In prior posts, I’ve shown how to use Perl , PHP, Python, and Ruby languages to query a MySQL database on Linux.
You need to install the Open JDK libraries …
[Read more]