CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: jdbc with mysql

  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Exclamation jdbc with mysql

    hi,
    can anyone here who can explain me how install and configure mysql 5.0 for java database....then how to create connection with jdbc..i am a newbie to java so plz explain in detail....
    plz help i am in big trouble i have to submit my project
    hope for your answer
    thanx alot

  2. #2
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: jdbc with mysql

    1. Use Uniform Server or XAMPP for local MySQL/PHP server
    2. Download jdbc MySQL driver jar and include it in your java project
    3. http://www.developer.com/java/data/article.php/3417381
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

  3. #3
    Join Date
    Jun 2011
    Posts
    1

    Re: jdbc with mysql


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured