Tutorial for MySQL An Introduction to Java Programming
Short Description
The mysql database contains the tables that store the information about the server and its users. This database is intended for the server administrator to use. For example, the administrator can use it to create users and grant or revoke user privileges. Since you are the owner of the server installed on your system, you have full access to the mysql database. However, you should not create user tables in the mysql database.
Website: cs.armstrong.edu | Filesize: 129kb
No of Page(s): 7
Content
…
NOTE: you are not familiar with SQL and JDBC, please Chapter 30 on basics of SQL and how to write Java database programs.
The JDBC driver for MySQL is com.mysql.jdbc.Driver contained in c:ookmysqljdbc.jar. To run a Java program that accesses a MySQL database, you must put mysqljdbc.jar in the classpath.
…
Get the file Download here
Related Books:Related Searches: introduction to java programming, content note, introduction to java, database website, jdbc driver
Comments
Leave a Reply