Jump to content

multiple mysql servers on windows

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
itay

itay

    Newbie

  • Members
  • Pip
  • 4 posts
hello,

I would like to know if it's posibble to install and use multiple mysql databases(mysql server) on one machine running windows.

tnx in advance,

Itay

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
One server can provide access to multiple databases on any OS. You would only install one instance of mysql, and then configure multiple databases within it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
itay

itay

    Newbie

  • Members
  • Pip
  • 4 posts
hi WingedPanther, thank you very much for the quick answer, but,
I don't want defernet schemas. I want to servers sitting on two diferent ports on same machine.
because I want to do a total seperation between two database, that's why I want them to be on totaly seperate servers, but I do have only one server machine for that porpse.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
If you have different users with different access to the databases, you'll get the same effect. What, exactly, are you trying to accomplish? It sounds like you're looking for the wrong solution to a common problem.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
itay

itay

    Newbie

  • Members
  • Pip
  • 4 posts
you were right :) I realy was looking for the worng solution.
what you suggested is exactly what I need.
I've tried it and it worked perfect for me. tnx a lot, cheers!

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Glad I could help :)
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog