2013-11-02から1日間の記事一覧

ssh ノンパス設定

$ ssh-keygen Enter$ ssh-copy-id -i ~/.ssh/id_rsa.pub xxx.xxx.xxx.xxx xxx.xxx.xxx.xxxは移動先のIP

server構築メモ

install yum install -y mysql-server yum install -y httpd yum install -y memcached yum install -y phpyum install -y php-mbstring php-mysql php-pecl-apc php-pecl-memcache yum install -y php-gd yum install mod_perl yum install postfixyum inst…

mysql slave memo

http://nosa.cocolog-nifty.com/sanonosa/2010/10/mysqlslave-4f58.html cmd CHANGE MASTER TO MASTER_HOST='192.168.0.11', MASTER_USER='repl_www01', MASTER_LOG_FILE='mysqld-bin.000005', MASTER_LOG_POS=xxxxxxxxxx;