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

MySQL replication not working

I have been trying everything I could find and my servers are not replicating! Can someone look at my config files and offer some guidance? My,ini master on Windows: # Other default tuning values # MySQL Server Instance Configuration File # ———————————————————————- # Generated by the MySQL Server Instance Configuration Wizard # # # Installation … Read more

Building a Windows Server 2008 R2 (DNS, DHCP, AD, etc…) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 8 years ago. Improve this question I’m looking forward to build my own Windows Server 2008 R2 machine for a company … Read more

how to initiate and maintain mongo shard replica set from mongos server? [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 3 years ago. Improve this question I am trying to initiate a mongo shards replica set from mongos server, I want my mongos to maintain replica set and able … Read more

What replication should I use for my Sql Server

We have a dedicated server that will host our client’s database for a web portal. To connect to this database, you need an ip address. I figured I’d try Merge Replication since I already have the snapshot Publication on the server done. When I attempt to create a subscription from a client, it will not … Read more

What’s the best way to sync folders across 03 or more webservers? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 years ago. Improve this question I have 03 servers and I want to sync some folders across them. I’m using … Read more

How to replicate domains from different forests

I have 2 domains each in a different forest with transitive trust… Now, I am asked to do replication between them. My question is.. is that possible? if so how can I do that? any clue? I’ve made replication between domains from the same forest before but now I havent be able to find any … Read more

Replication Working in AD

I recently studied the concept of replication in Active directory. My doubt is, which one initiates the replication? For example, I had DC-1 and DC-2 server. I update the user object’s name attribute from “Sam” to “John” in DC-1 server. I studied in some sites, they told that the DC-2 identify the update of object … Read more

Is it possible to do mysql replication with one server in internet and another in a intranet?

I have a server in internet that must have all data synced (dont need to be in realtime) from a server from a intranet (obviously has internet connection). Is it possible? How about sync both sides, master-master? I havent tried yet because my internal server is behind a NAT and I dont have access to … Read more

Weird TPS peaks on SQL 2005 replicated database

When monitoring the Transactions/Sec using perfmon on one of my SQL2005 replicated databases – I’m seeing the TPS increase to 1000 and then immediately drop back down again – this happens every 5 seconds. I’m not sure what’s causing this – is this something to do with replication? We also have asynchronous statistics set on … Read more