SQL Useful Links, CISC474, 06S

See also: Reading Notes for Sebesta, Chapter 14

The reading notes for Sebesta Chapter 14 contain information on how to access the MySQL database on jaguar.cis.udel.edu, where to obtain your password (it is different from your strauss and porsche passwords!), and other helpful information.

Example using JDBC with MySQL in a Servlet

Under the Safari terms of service, instructors are permitted to make up to two sections of Safari content available online, provided access is restricted to their students:

The following excerpt from an O'Reilly book is provided under those terms

Using MySQL with JDBC

Connector/J is what makes JDBC work with MySQL

To access a MySQL database from Java, the most basic method is to use JDBC. To do this, you need a software component called Connector/J. As of Spring 2006, the most recent generally available version (according to the MySQL download page) is Connector/J 3.1

Documentation about using JDBC with
Tomcat 5.0, MySQL 5.0 and Java 1.5

See also, topics/tomcat/usefulLinks.htm#MySQL

SQL Tools

 

Configuring JDBC

SQL Security

SQL Injection Attacks

JDBC "Best Practices" Articles


Valid XHTML 1.1 Valid CSS!