Dear All, I have configured mysql enterprise audit following the instruction given by mysql site. But unfortunately audit log is not writing any...
I have tried another way to resync slave with master.... first stop slave....then i ensure that all my binlog in master db is ok...then check...
You are welcome :) regards, --amrush
hope this query will help you. update table1 as t1,table2 as t2 set t1.created_by=t2.userID where t1.title=t2.userName; regards, --amrush
http://bugs.mysql.com/bug.php?id=65589 check this link..may b it can help you...! regards, --amrush
My test system is 5.0 and it works there and didn't test it on 5.5...and also thanks for the link....if you find any solution please share...i am...
you can run those commands using putty/ssh just after login to your linux server where mysql database is running...but don't copy paste the whole...
you can try this on your slave database: mysql>stop slave; mysql>load data from master; mysql>start slave; To do this you need to grant reload...
After searching for few days I didn't find any solution for that. Now i am using script instead of SP/trigger. Now my data is replicating...
Dear All, I have configured Mysql master-slave replication and it is working fine. But I am facing a little issue regarding replication. I have...
One of my other forum mate suggest me about this query, I copy/paste his comment in the quotation: regards, --amrush
In one of my test system..i have configured master-slave replication..so far it is working nice..insert/delete/update is working fine.. Master =...
Thanks for those useful links....
Separate names with a comma.