65 reputation
6
bio website
location
age
visits member for 10 months
seen 2 days ago
stats profile views 9

May
2
asked Problem in Fetching Result set in Desired Format
Jan
10
comment Dual management node for mysql clustering
Since you have 2 data nodes in your MySQL Cluster setup both on same server(ip), and managment node also resides on same machine , it shouldn't happen that if managment node is down the cluster should be running also make sure that you are initiating both data nodes , because until you don't start both data nodes the cluster will not start.
Jan
1
accepted Automatic MySQL Replication Fail-over Strategy
Dec
31
revised Automatic MySQL Replication Fail-over Strategy
added 14 characters in body
Dec
31
revised Automatic MySQL Replication Fail-over Strategy
edited tags
Dec
31
asked Automatic MySQL Replication Fail-over Strategy
Nov
22
answered Two slaves using the same server-id
Nov
14
awarded  Tumbleweed
Nov
12
awarded  Teacher
Nov
12
revised Data Recovery in Mysql
deleted 15 characters in body
Nov
12
answered Data Recovery in Mysql
Nov
7
asked How to removing or reduce the size of redo logs in MySQL cluster
Nov
2
accepted Retrieve double data type value in non exponential form
Oct
31
asked Retrieve double data type value in non exponential form
Oct
22
asked MySQL Cluster Steps To Recover Data If Catstrophic Failure Occurs
Oct
19
accepted MySQL Master-Slave Replication Cross Database
Sep
21
comment MySQL Master-Slave Replication Cross Database
You mean to say if i will use both variables as replicate-do-db and replicate-wild-do-table then MySQL will ignore the insertion/updation of data as ignoring on the basis Database Level
Sep
21
comment MySQL Master-Slave Replication Cross Database
what i am trying to say is when i insert value to db1.table from another database using simple query as use db2 ;insert into db1.table values (''); the values are not being inserted in db1.table on slave
Sep
21
asked MySQL Master-Slave Replication Cross Database
Sep
10
comment Setting up MySQL Cluster on Two Systems
:Thanx It works