MySQL Service for Connector/J Test

Q

How to run MySQLxx Service on my local computer to test Connector/J JDBC driver?

✍: FYIcenter.com

A

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.

MySQL Server Service - MySQL57

 

MySqlJdbcConnection.java - Connector/J JDBC Connection

Connector/J JDBC Driver Connection Properties - Part 2

Examples for Connector/J - JDBC Driver for MySQL

⇑⇑ FAQ for Connector/J - JDBC Driver for MySQL

2016-12-04, 1282🔥, 0💬