Running multiple servers on a personal computer

Asked By 7060 points N/A Posted on -
qa-featured

Hello

How do i run multiple servers on a personal computer using different ports with single mysql database server?

Thank you

SHARE
Answered By 0 points N/A #83083

Running multiple servers on a personal computer

qa-featured

You can run multiple servers on the same computer by using a p.c with several CPU. It will be then easier to create multiple ports. You can easily a lot different ports for Mysql database server.

You will have to create several different things to run multiple servers.

Different Databases for each server instance.

Different log files for each server instance.

Different settings should be there for every instance of Mysql you create.

Never create two servers which updates data in a same database.

Create different paths for different databases.

Hope you got your answer.

Related Questions