Question about connecting to MySQL using JavaBean

Source: Internet
Author: User
It has always been plagued by the MySQL driver in Java, for example Program"Class. forname (" com. MySQL. JDBC. Driver "). newinstance?
I started using this operation when I saw someone else on the Internet, but it was always unsuccessful. Later I saw someone using "org. gjt. Mm. MySQL. Driver". I started to focus on "com. MySQL. JDBC. Driver". How does it work? I just defined this name myself. I can also use another name and use "com." in "Database Pilot. mySQL. JDBC. driver "yes, it can be used in JSP page programs, but it cannot be used in JavaBean. Why? Later I decompressed the "mysql-connector-java-3.1.11-bin.jar" I used, and now I understand, "org. gjt. mm. mySQL. driver "is the path Structure of the driver and needs to include" mysql-connector-java-3.1.11-bin.jar "in the package of the released program ", for example, my JSP program is to add "WEB-INF" under "mysql-connector-java-3.1.11-bin.jar/lib" under the program directory ". Therefore, before using MySQL-connector-Java, determine the specific version you are using.
Related Article

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.