Snippets tagged “jdbc-url”
2 snippets use this tag.
- How do I find out my MySQL URL, host, port and username?Java
To find out your MySQL connection details, you will need to look in your MySQL configuration files. The specific location of these files will depend on how you installed MySQL, but common locations include /etc/my.cnf,
- Solving a "communications link failure" with JDBC and MySQLJava
A "communications link failure" error when using JDBC and MySQL can be caused by several factors. Here are a few potential solutions: