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, ∼1864🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
Where to find answers to frequently asked questions on Downloading and Installing ojdbc.jar - JDBC D...
How to display XML element type information with the jaxp\TypeInfoWriter.java provided in the Apache...
What JAR files are required to run dom\Writer.java provided in the Apache Xerces package? 3 JAR file...