본문 바로가기

분류 전체보기22

라즈베리파이 고정 IP 설정 이후 WIFI 까지 연결하기 안녕하세요 오늘은 라즈베리파이에 고정 ip도 설정하여 TCP 모드버스 통신을 하고 wifi 를 이용하여 인터넷 연결 이후 데이터를 전송하는 부분을 하려고 하였습니다. 바로 고정 ip하는 방법 알려드립니다. sudo vi /etc/network/interfaces 여기를 들어가주세요 그 다음 auto eth0 iface eth0 inet static address 고정ip netmask 255.255.255.0 network 192.168.1.0 auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf 이렇게 해주시고 reboot 해보시면 아마 잘 연결이 되어있을 겁니다. ㅎㅎㅎ 그.. 2021. 5. 11.
Client does not support authentication protocol requested by server; consider upgrading MySQL client 에러 해결 방법!! 아이디가 root, 주소가 localhost 비밀번호가 password 일때 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; 하시면 바로 됩니다. ㅋㅋㅋ 2021. 5. 10.
DB관리하기 쉬운 - DBeaver 설치하고 사용하기 DB관리에 있어서 DBeaver라는 툴이 있습니다. 이 툴은 MySQL 이외에 Oracle 이나 다른 DB를 사용하기 너무 좋아서 알려드려요 먼저 설치할꺼 뭔지 아시겠죠? 바로 DBeaver ~ 설치해주세요 dbeaver.io/ DBeaver Community | Free Universal Database Tool DBeaver Universal Database Tool Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite.. 2021. 5. 10.
윈도우 MYSQL 설치하기 1. mysql 홈페이지 접속하기 - www.mysql.com/ MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More » www.mysql.com 해서 이거저거 해야되는데 귀찮아여 dev.mysql.com/downloads/mysql/여기로 들어가세요 ㅎㅎ MySQL :: Download MySQL Community Server Select Op.. 2021. 5. 10.