• 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

mySQL not for Win32?

 
Trailboss
Posts: 23780
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I went to the mySQL site to download a win32 version and couldn't find ont. Is mySQL not for windows?
What database could I set up on my laptop that could come reasonably close to emulating oracle? I'm looking for something that is free with no 30 day restrictions and is free. I want to use it for developing some JDBC stuff as well as teaching JDBC to my class.
 
paul wheaton
Trailboss
Posts: 23780
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The docs say you can do Windows. But they say to download the zip file. I can't find a zip file.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can indeed download de 3.23.28 version for Windows, look in the older and contributed section (the latest version 3.23.29 has not been released in binary format for Windows yet). For educational purposes it's more than OK.
You would also want to give a try to Interbase (www.inprise.com).
Best luck,
Edgar Sanchez

Originally posted by Paul Wheaton:
The docs say you can do Windows. But they say to download the zip file. I can't find a zip file.


 
paul wheaton
Trailboss
Posts: 23780
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How much does interbase cost?
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul:
I have MYSQL v.3.23.27 running fine on win2k. No support for prepared statements, tho. I had to dig around a bit to find it. I could email the install file to you (9mb) if you have trouble finding tracking it down. They call it a beta, but also say it's very reliable. I downloaded it about a month ago.
HTH
 
eric moon
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, error in that last post. I meant "stored procedures" not "prepared statements". Oops. Got my initals backwards.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul,
Go to mysql.com/downloads/mysql-3.23.html
You'll see the hyperlink for windows platforms. Just click on it to begin the download.
I've got it up and running for a couple of weeks. There are a few glitches in the SQL syntax (i.e. sub selects) but they supply the work-around in the doc.
Good Luck
Vernon
reply
    Bookmark Topic Watch Topic
  • New Topic