Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Databases Programming Software

MySQL on Windows - Good Idea? 61

mikeballer asks: "We currently run our website from a shared hosting environment, with ASP and MS SQL Server. We will be moving to a dedicated host, and to save money, we are considering transitioning to MySQL while remaining in a Windows environment. I had read the Windows-vs-Unix section of the MYSQL documentation, but what is Slashdot's perspective on the performance of MySQL in a Windows environment?"
This discussion has been archived. No new comments can be posted.

MySQL on Windows - Good Idea?

Comments Filter:
  • by alta ( 1263 ) on Wednesday January 18, 2006 @12:48PM (#14500463) Homepage Journal
    I read the doc you mentioned and that 4000 port limit thing seems like it may be killer, depending on the type of connection you have. I know a lot of hosting companies sell both Linux AND windows servers. Have you considered keeping a windows server for the ASP and getting a linux box to run SQL? You'd also have the advantage of seperate servers/seperate functions.
  • two cents (Score:2, Interesting)

    by ghinckley68 ( 590599 ) <sd@glenhinckley.com> on Wednesday January 18, 2006 @01:12PM (#14500796) Homepage
    Having run MySql under both winows2000/2003 and Linux. I prefer Linux. The only real problem i run into is case senistivity, when running on windows i can be more lazy ie

    given a table called UserNames

    under windows i can do select * usernames where as unde *nix i have to UserNames. No big deal just my only problem. Now as for as 4000 socket limit if you run up agisnt it move to db2 or Oracle on a RISC box, x86 hardware is not going to deal with a load like that. Also if you have that many concurent conections agaisnt your database you may want to look in to better codding practice.

    But it work fine.
  • by voice_of_all_reason ( 926702 ) on Wednesday January 18, 2006 @01:15PM (#14500834)
    I don't know what the error means, I just copy and pasted from the first google hit for "mysql error"

    My beef is with websites (forums, image boards) that grovel before the altar of MySQL only to have their site completely hosed for a good hour or two every day because of some error or another. When HTML bugs up, it doesn't also take out every other server in a 40-foot radius with it.
  • It works pretty well (Score:3, Interesting)

    by rabbit994 ( 686936 ) on Wednesday January 18, 2006 @01:27PM (#14501000)
    You may need to modify the my.ini to get better performance out of it but otherwise, MySQL seems to work about the same on both Windows and linux. If your moving from a shared environment to dedicated environment, you might still be able to get MSSQL out of your dedicated server provider for a decent price. Just don't get lazy about the lack of case sensitivy and 4000 connection limit, I wouldn't worry about, if you hit it, you either need to redo your sloppy code and look at upgrading to a beefier DB software.

Scientists will study your brain to learn more about your distant cousin, Man.

Working...