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, 1374🔥, 0💬
Popular Posts:
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
JDK 8 jconsole.jar is the JAR file for JDK 8 JConsole, which is a graphical monitoring tool to monit...
kernel.jar is a component in iText Java library to provide low-level functionalities. iText Java lib...
What Is jtds-1.2.2.jar? jtds-1.2.2.jar is the JAR files of jTDS Java library 1.2.2, which is a JDBC ...