Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two instances of MySql on one PC

Status
Not open for further replies.

Subychavan

IS-IT--Management
Jun 12, 2003
1
DE
Hello MySql experts,

I have two separate applications each using Tomcat server on one Windows 2000 PC. Both applications require MySql. MySql writes a my.ini in winnt folder, which has a path to one of the applications. I have not found a method to get the second instance of mysql running. Can someone reading this help me? Is it possible to tell mysql where the my.ini is located?

Please post your replies to css@chavan.de

Regards,
Subhash

 
You don't need to run MySQL more than once.

MySQL is a database server and as such a single instance of the server can handle multiple queries against multiple databases at the same time.

This is in contrast to an application like Access, which is not a database server but a database engine and as such must be run multiple times to support multiple applications.

Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top