• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what type of MySQL

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To be able to run Java Servlets and Java Server Pages, I have installed in my PC the following softwares below:
- OS=Windows98
- Tomcat v. 4.1.27.exe
- J2SE/JDK v. 1.3.1
I am now studying Integrating Web Application With Database, for this reason, I have to install the MySQL in my PC. There are things to consider in choosing the type of MySQL to download from mysql.com. I do not know what type of MySQL should I choose. Should I choose the MySQL for Windows98? Or should I choose MySQL Connector/J which is the JDBC driver for MySQL? Can anybody there help?
Any suggestion would be greatly appreciated.
Thanks in advance.
Regards,
Cathy
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Cathy Valdez:

Should I choose the MySQL for Windows98?


Yes, this is the database itself.


Or should I choose MySQL Connector/J which is the JDBC driver for MySQL?


Yes, this is the JDBC driver which connects the JVM and the database.
 
We don't have time for this. We've gotta save the moon! Or check this out:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic