Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
MySQL Service for Connector/J Test
How to run MySQLxx Service on my local computer to test Connector/J JDBC driver?
✍: FYIcenter.com
If you want to test Connector/J JDBC driver and do not have any MySQL database to access,
you can follow these steps to run MySQLxx Service on your local computer.
1. Download MySQL Community Server 5.7 from MySQL Website.
2. Install MySQL Community Server 5.7 edition by double-clicking the downloaded file, mysql-installer-community-5.7.10.0.msi.
3. Change the default password of "root" account to "fyicenter" during the installation.
4. Go to "Control Panel > Services".
5. Find "MySQL57" and click "Start" to run it.
Your MySQL is ready to take Connector/J JDBC connections now.
⇒ MySqlJdbcConnection.java - Connector/J JDBC Connection
⇐ Connector/J JDBC Driver Connection Properties - Part 2
2016-12-04, 1134🔥, 0💬
Popular Posts:
Commons DBCP provides Database Connection Pooling. JAR File Size and Download Location: File name: c...
Jaxen, Release 1.1.1, is an open source XPath library written in Java. It is adaptable to many diffe...
How to download and install ojdbc11.jar for Oracle 21c? ojdbc11.jar for Oracle 21c is a Java JDBC Dr...
Swingx is the SwingLabs Swing Component Extensions. JAR File Size and Download Location: File name: ...
What JAR files are required to run sax\Writer.java provided in the Apache Xerces package? 1 JAR file...