Coding Passion
Monday, December 30, 2013
Mesh & Conditional Configuration of SymmetricDS for Two Groups of Nodes
Please find the configuration files here:
https://github.com/ehsun7b/symmetricDS-Conditional-Sample
And ask your questions in the comments.
Friday, May 10, 2013
MySQL Ring Replication Configurations
my.cnf / my.ini
[mysqld]
server-id = 1
replicate-same-server-id = 0
auto-increment-increment = 10
auto-increment-offset = 1
log-bin = mysql-bin
log-slave-updates
SQL
ON MASTER
FLUSH TABLES WITH READ LOCK;
SHOW MASTER STATUS;
UNLOCK TABLES;
ON SLAVE
CHANGE MASTER TO
MASTER_HOST='master_host_name',
MASTER_USER='replication_user_name',
MASTER_PASSWORD='replication_password',
MASTER_LOG_FILE='recorded_log_file_name',
MASTER_LOG_POS=recorded_log_position,
MASTER_CONNECT_RETRY=10;
Friday, March 22, 2013
MyPasswords 2.94
MyPasswords 2.94 released.
This version new feature: Customization of icons for tags in tree view.
Simple put a png icon with the same name of any tag in the icon folder to have it in the tree view.
Download here:
http://www.mypasswords7.com
Thursday, January 3, 2013
MyPasswords 2.94 Beta
MyPasswords
2.94 Beta has been released.
Download
from source forge.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)