Jump to content

Can MySQL and SQL Server 2005 Express be installed together?...


ShootingBlanks

Recommended Posts

Hello.

 

I built an application with PHP/MySQL, and my company is telling me that I need to convert it over to SQL Server 2005 Express.  I've never done anything with SSE, so I bought an intro book on it (Apress's "Beginning SQL Server 2005 Express for Developers").  It tells how to install it on my local machine, but it doesn't mention any compatibility issues if you already have MySQL installed...

 

...can I go ahead with following this book's SSE install instructions, or do I need to do something with MySQL first? (disable it or anything???).  Ideally I'd still like to do some development in MySQL as well as SSE, so if anyone can explain to me how to have (and USE) both on my machine at the same time, that would be great.  Thanks so much!!!

 

There should not be any issue installing both on the same machine.

 

Can they both be "on" at the same time? Or do I have to "turn off" MySQL somehow when using SSE? If that question didn't make sense, it's probably because I have no idea what I'm talking about!!!  :P

  • 2 weeks later...

There will be no issue, the products are NOT related in any way or fashion and don't alter or rely on any of the same binaries. They also operate on different port numbers (as defined by the standards) so there shouldn't be any problem with connecting to both at the same time either.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.