Re: Switching database connection in mysql
Posted by: Julien MARTIN
Date: April 20, 2017 01:45AM

Because my application manage "missions directory" that embed a Database.

This missions are copied to an hard disk, that is connected to an external device that will fill this database.

Then when the mission is done, we collect the mission and the database with the application to generate report.

That why we have multiple database with the same schema, but placed in different place, we need also to read this database by an external application that why we need to have only one database open at each time.

My question is not if it possible to run two database from two different directories at the same time, because I know that is possible, but how to switch from one database to another, without kiling the daemon.

Options: ReplyQuote


Subject
Written By
Posted
Re: Switching database connection in mysql
April 20, 2017 01:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.