1 / 13

Database

Database. http://localhost. Choose phpMyAdmin. Create java database. Select SQL and start creating tables. CREATE TABLE  users(id  INT ( 2 )  PRIMARY KEY AUTO_INCREMENT  , firstname VARCHAR ( 50 ) , lastname VARCHAR ( 50  )). Download JDBC driver for MySQL.

aldis
Download Presentation

Database

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Database

  2. http://localhost

  3. Choose phpMyAdmin

  4. Create java database

  5. Select SQL and start creating tables.

  6. CREATETABLE users(id INT( 2 ) PRIMARYKEYAUTO_INCREMENT ,firstnameVARCHAR( 50 ) ,lastnameVARCHAR( 50 ))CREATETABLE users(id INT( 2 ) PRIMARYKEYAUTO_INCREMENT ,firstnameVARCHAR( 50 ) ,lastnameVARCHAR( 50 ))

  7. Download JDBC driver for MySQL • http://dev.mysql.com/downloads/file.php?id=450607

  8. http://localhost:8080/docs/jndi-datasource-examples-howto.htmlhttp://localhost:8080/docs/jndi-datasource-examples-howto.html

More Related