This article will explain what are JDBC drivers, how to download the MySql JDBC driver and how to connect to MySql using DbSchema Free Database Designer.
The driver fully supports the MySQL database functionality and enables other applications to connect to the database. The connector uses a JDBC driver. MySQL Connectors MySQL provides standards-based drivers for JDBC, ODBC, and.Net enabling developers to build database applications in their language of choice. In addition, a native C library allows developers to embed MySQL directly into their applications.
JDBC drivers are Java library files with the extension .jar used by all Java applications to connect to the database. Usually, they are provided by the same company which implemented the MySql software. DbSchema Tool already includes an MySql driver, which is automatically downloaded when you connect to MySql.
Each JDBC driver is using a specific URL. The URL is a string (text) with a specific format, containing information about the host where the database is running, the port, username, database name, etc. The format is specific to each driver. Any wrong character in the URL may make the database connectivity fail, therefore we recommend installing DbSchema and try to get connected. Then you can find the right URL directly in the DbSchema connection dialog.
The driver files are compressed in a zip file.
for any issues with the driver, you can write to us.
Install MySql from http://www.mysql.com. During installation go for a detailed install, and when you are prompted for the user password check the 'Enable root access from remote machines'.
Enabling this you will be allowed to connect to MySql from another computer. Remember the password you set here, it will be requested when connecting to the database as user root.
Installing DbSchema Free edition will help to test the database connectivity and the JDBC driver URL.
When the download finished please follow this steps: