MySQL : How to lock all write in all databases? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I need to block all writes (insert , update, delete) on all databases. How can I do that ? Put all database in … Read more

VM filesystem in read-only mode

I have a VirtualBox Ubuntu VM with a virtual disk that is mounting as a read-only filesystem. I’m not sure why that is, and my attempts to remount as read/write haven’t worked. One of the last things I did before it went read-only was to extend the size of the disk. What I did was: … Read more

How to create a readonly root linux: Can be mounted as writeable for persistent changes? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I’d like a read only file system that runs almost entirely in RAM but the compact flash or hardrive can be mounted and … Read more

DB2 10.5 HADR read only standby applications don’t reconnect to primary

Scenario: server SERV_A, database DBNAME primary server SERV_B, database DBNAME standby with DB2_HADR_ROS enabled Then this situation occurs: connection CON is made from client to DBNAME when primary is on SERV_A takeover DBNAME to SERV_B -> DBNAME becomes primary on SERV_B connection is rerouted with ACR (Automatic Client Reroute) to SERV_B takeover DBNAME back to … Read more

Read-Only files causing problems on SBS Server 2008

I’ve manually migrated (Copy & Paste) a fairly large folder (~100GB) from an old Small Business Server 2003, to a new folder on SBS 2008 server. The folder is a ‘shared’ area, with full access for ‘Everyone’ and contains various folders inside with word, excel docs inside. The users are having problems with the majority … Read more

Server 2012 – how to make files in a folder readonly to everyone but creator/owner

I’d like to setup a shared folder on my Windows Server 2012 box where all the managers can put files that they can edit, and other users can open, read and print, but can’t change or delete. It would be best of only the manager who created/moved the file to the folder had access to … Read more

Lock a specific mysql database in shared mysql database

I am trying to migrate a database from one cluster to another cluster. In order to avoid any data loss during the migration, I am trying to lock my database with the WRITE operations. But the lock command from mysql doc mysql> FLUSH TABLES WITH READ LOCK; mysql> SET GLOBAL read_only = ON; will lock … Read more

SharePoint Foundation 2010 Existing files after upgrade are read only

Over the weekend we upgraded our server, including SharePoint. Previously we were using WSS3.0 on Server 2008R2. We moved to SharePoint Foundation 2010 on Server 2012R2. We also have Exchange 2016 on the server, so we set the SharePoint port from 80 to 8800. The move was completed successfully, all files are viewable, we can … Read more