Hi all, how can i make sure that no other application is connected to the database while the ml agent runs a structure update script? Can i drop all other database connection with a simple command? Thanks, Axel |
This forum has several FAQs on that topic, here's one to make sure your connection is the only one. A search for something like "drop connection" will reveal several others. Ah, sorry... Thanks for your answer, Volker!
(12 Feb '18, 03:45)
Axel Siepmann
Replies hidden
1
No need to feel sorry, I didn't want to sound harsh but just wanted to give a few hints... :)
(12 Feb '18, 04:03)
Volker Barth
|
Hm, is it a good idea to drop the connections when users are synchronizing their data?
...the other connections :)
Hm x2, even worse. I am doing nothing that belongs to the application, and BANG! my connection was dropped :(
Foxhound's AutoDrop feature might be appropriate here, since it is focused on actual evil-doers.