Janux — Blog

July 31, 2007

My Birtday

Filed under: General — janux @ 5:04 pm

Hi there this Aug. 1th I get a new year of life, amassing.

This time I’m gad ’cause I just finish some of my life projects, my goals to short time where done … the reflections too and every thing goes just fine.

New adventures and projects are coming !!

Tnks Friends, wife 4 all those years !! and advices :)

July 25, 2007

How To MySQL Replication

Filed under: Gnu/Linux, LinuxCabal — janux @ 4:37 pm

Hi there this time as usual I just play with another server at work, and replicating is really simple and easy check the steps bellow
a) You must have 2 servers running MySQL ( I like MySQL-Max )
b) There will be 2 configurations one p/ server ( Master ) and one per client ( Client :P ).

—- >Server / Master Side:

1) Edit /etc/hosts.allow and add this line ( you MUST change this IP’s for yours !! )
mysql: 192.168.10.70 192.168.10.13

2) Edit my.cnf …. In my case located at: /etc/my.cnf
* I’m going to show just a what you need the my.cnf file contains much more info.


####### Comment this lines:
bind-address = xxx.xxx.xxx.xxx
skip-networking
####### Make sure this lines exists in the [mysqld] Section:
log-bin=mysql-bin
server-id = 1

3) Now lets move to mysql using a power user like root xD

mysql> GRANT ALL ON databasename.* TO repl@'%' IDENTIFIED BY 'put_some_pass_here';
mysql> FLUSH PRIVILEGES;
mysql> GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO repl@'%' IDENTIFIED BY 'put_some_pass_here';

4) restart MySQL service
(more…)

July 22, 2007

Adventure Jul 21 & 22 2007

Filed under: Actividades — janux @ 8:24 pm

We went to Jiquilpan to enjoy nature and Tapalpa too !

truck 1 Jiquilpan River 3

More … go to: Galeria !!

July 2, 2007

M31 ( Pieter Baay ) My Friend I’ll miss you

Filed under: General — janux @ 11:54 am

.
M31 ….. My Friend what can I say …. I’ll miss you !!

You still live in your Friend’s hearth

Condolences to you son and wife.

janux

Powered by WordPress