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, 1502🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
JDK 11 jdk.internal.JVM Stat.jmod is the JMOD file for JDK 11 Internal Jvmstat module. JDK 11 Intern...
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
How to download and install ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is a Java 5 J...
Old version of xml-apis.jar. JAR File Size and Download Location: File name: xmlParserAPIs.jar File ...