Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Elk
- RabbitMQ
- springboot
- Slick
- coursera
- kafka interactive query
- kafkastream
- Elasticsearch
- 플레이 프레임워크
- schema registry
- 카프카
- 한빛미디어
- statestore
- kafka streams
- aws
- reactive
- Kafka
- kafkastreams
- spring-kafka
- avo
- scala 2.10
- Logstash
- scala
- spring-batch
- enablekafkastreams
- gradle
- spring-cloud-stream
- play framework
- Spring
- confluent
Archives
- Today
- Total
b
Memo , mac&window7 python mysql 설정 본문
* Window7 에 설정
내 Local
C:\developer>python
Python 2.7.4 (default, Apr 6 2013, 19:55:15) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
* Windows 7 에 Pytrhon-mysql 설치시 레지스트리 작업이 필요하다
* 발생원인 :http://velvet81u.tistory.com/27
* 첨부파일 참조 : http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows
* http://www.lfd.uci.edu/~gohlke/pythonlibs/ 개발자 한분이 각 환경에 맞춰 빌드한 파일을 공유하는 곳
* 최초의 예제 http://lxtxl.tistory.com/23
* Mac 에서 작업하기
* http://blog.naver.com/PostView.nhn?blogId=exam2&logNo=176618185
* mysql은 이미 설치되어 있어서
* http://sourceforge.net/projects/mysql-python/ 에서 다운를 받은후
* mysql_config 를 수정 하고 build&install만 하였다.
Comments