Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼1888🔥, 0💬
Popular Posts:
pache Derby is an open source relational database implemented entirely in Java and available under t...
How to display XML element type information with the jaxp\TypeInfoWriter.java provided in the Apache...
Xalan-Java, Version 2.7.1, is an XSLT processor for transforming XML documents into HTML, text, or o...
layout.jar is a component in iText Java library to provide layout functionalities. iText Java librar...
HttpComponents Client Source Code Files are provided in the source package file, httpcomponents-clie...