sun's longitude:56 47 36 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 95 : [mysql] replication
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net
[replication-master]

1) mysql >= 4.0.2

mysql> GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.*
TO 'rep'@'xxx.xxx.xxx.%' IDENTIFIED BY '¾ÏÈ£';
*) notic
add more privileges : SUPER and RELOAD
but, mysql-4.0.2 is FILE privileges


2) mysql < 4.0.2

mysql> GRANT FILE ON *.*
TO 'rep'@'xxx.xxx.xxx.%' IDENTIFIED BY '¾ÏÈ£';


----------------------
[mysqld]
skip-locking
skip-name-resolve
log
log-bin ## <-- require
server-id = 1 ## <-- require
binlog-do-db = board1
binlog-do-db = board2
Binlog-ignore-db = mysql
...
----------------------

[replication-slave]
----------------------
[mysqld]
skip-locking
skip-name-resolve
log
server-id = 2
master-host = master_ip_or_hostname
master-user = rep
master-password = ¾ÏÈ£
master-port = 3306
#master-connect-retry = 60
replicate-do-db = board1
replicate-do-db = board2
replicate-ignore-db = mysql
...
----------------------

[slave ¿¡¼­ replication ÀÌ ½Ç½Ã°£À¸·Î ¾È µÉ ¶§]

slave> rm -f ${DB_DIR}/*.info ${DB_DIR}/*-bin*
Slave> rsync –va rsync://master/masterdb/ path/to/slavedb/
slave> safe_mysqld &
2006³â 05¿ù 10ÀÏ 23:23:01 ¼ö(Àú³á)  from 222.234.157.242
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.02(server) + (network) + (browser) seconds