Netbean5.0 connects to the mysql5.02 Database

Source: Internet
Author: User
1. Go to project management> database> compile> Add JAR/zip
Add "MySQL database driver"
Because mysql5.02 is connected this time, use the mysql-connector-java-5.0.0-beta driver
Mysql-connector can be downloaded from the following connection or from www.mysql.com.
Http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.0.0-beta.zip/from/ftp://ftp.tpnet.pl/d3/ftp.mysql.com/


2. Use the following code to connect

Class. forname ("com. MySQL. JDBC. Driver"); // MySQL database
Connection conn = drivermanager. getconnection ("JDBC: mysql: // test", "root", "123456 ");
// Use the root user password 123456
Statement stmt = conn. createstatement ();
String SQL = "select * From help_topic ";

Resultset rs1_stmt.exe cutequery (SQL );
// The following code is omitted

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.