Notice
- Today
- Total
Recent Posts
Recent Comments
Link
Tags
- Spread
- ScrollBarTrackPolicy
- UltraToolbarsManager
- ContextMenuStrip
- usb 인식 불가
- ImageList Icon 변환
- ubuntu
- node.js 설치
- OSHP
- Ribbon
- MariaDB
- 동영상 오류
- mariaDB 외부접속
- 라즈베리파이
- 자동 닫힘
- 다중 Filter
- node.js
- 라즈베리 피이
- .mine
- mp4 재생
- RaspberryPi
- onPageFinished
- mariaDB 설치
- Image icon 변환
- c#
- startActivity
- WebViewClient
- Raspberry Pi
- OpenFileDialog
- <<<<<<<<
Archives
목록분류 전체보기 (72)
Realman's World
mariaDB 사용시 'Lost connection ...' exception
scheduler를 이용해서 값을 입력할 때 아래와 같은 exception이 발생하였다. [Error: Lost connection to MySQL server at 'reading authorization packet', system error: 0] code: 2013 로직상의 문제는 아닌 듯 하고 mariadb 설정의 문제인 것 같아 구글링하던 중 /etc/hosts.allow, /etc/hosts.deny 에 mysqld: ALL 추가mysqld: ALL /etc/mysql/my.cnf에 connection_timeout 증가connect_timeout = 10 하면 된다고 해서 변경했더니 오류가 발생하지 않았다. * 참조 : http://stackoverflow.com/questions/2109..
Kairos/Item
2015. 6. 1. 15:24
express 를 이용한 홈페이지 개발
참조 : http://infodbbase.tistory.com/38
Kairos/Item
2015. 5. 21. 10:45
mariaDB 설치 @ Raspberry Pi
# sudo wget -O /etc/apt/sources.list.d/repository.pi3g.com.list http://repository.pi3g.com/sources.list # wget -O - http://repository.pi3g.com/pubkey | sudo apt-key add -# sudo apt-get update # sudo apt-get upgrade # apt-get install mariadb-server * 참조 : http://www.enjoyteam.net/?p=336
Kairos/Item
2015. 5. 15. 10:50