• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Install MySQL for Windows Vista

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Can anyone give me a step by step tutorial or any online link on how to install & run MySQL for windows vista home basic OS.

I have JDK and eclipse JEE for web developer installed on my system. I am able to run JSP and servlet on this. But I want to integrate my application with MySQL. so need to install the same on my system.

Please give a short code on how to simple Java Program with MySQL.

so please help me.

Thanks in Advance.

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to JDBC forum. Make sure you don't write your JDBC code in a JSP--use a servlet or other mechanism.

Were the installation instructions from MySQL not enough? Which JDBC tutorials have you looked at so far?
 
Jay Jawalkar
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:Moved to JDBC forum. Make sure you don't write your JDBC code in a JSP--use a servlet or other mechanism.

Were the installation instructions from MySQL not enough? Which JDBC tutorials have you looked at so far?



Thanks for that David!

I have seen the tutorials for making connection, insertion and Selection from DB. But i want to run MySQL with Eclipse for web developer.

Thanks Again!
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jay Jawalkar wrote:... But i want to run MySQL with Eclipse for web developer.


First you need a MySQL installation before start development. Check here for your platform.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic