99. 정리전 - IT/15. SQL 따라잡기(41)
-
mysql 백업/복구
mysql 백업/복구 백업하기 mysqldump -u [DB사용자] -p [패스워드] [백업할 데이터베이스 이름] > [파일이름] 복구하기 mysql -u [DB사용자] -p [패스워드] [복구할 데이터베이스 이름] < [파일이름]
2010.02.05 -
MYSQL TURNING
튜닝 http://blog.cles.jp/item/473 응급처치 http://flashcafe.org/mysql_study/3989 초보도 알아야 할 MySQL 튜닝 18 가지 http://www.leopit.com/Leophp/board/lecture_board/view.php?id=46&board_mode=mysql
2010.01.15 -
mysql SLOW QUERY logging 하기
------------------------------------------------------ You must create the file manually and change owners this way: # mkdir /var/log/mysql # touch /var/log/mysql/log-slow-queries.log # chown mysql.mysql -R /var/log/mysql ------------------------------------------------------ /etc/my.cnf 에서 [mysqld] set-variable=long_query_time=10 log-slow-queries=/var/log/mysql/log-slow-queries.log # /usr/local..
2010.01.07 -
Postgres 셋팅 및 운용
http://www.postgresplus.co.kr/man/index.html
2010.01.07 -
DB関係
http://heeha.ws/index.php?DB%B4%D8%B7%B8#r7194c77
2009.10.27