본문 바로가기

기타16

카카오 맵 API 사용하여 행정구역 영역 설정하기 저도 봐도 잘 모르긴 하는데 그냥 .. 따라 해보세여.. ㅋㅋㅋ 소스도 따로 추가해드립니다 . 이건 전라남도 기준으로 만들었어요 @Controller에서는 String url = "all"; if(area.equals("영광")) {url="younGwang";} else if(area.equals("장성")) {url="jangsung";} else if(area.equals("담양")) {url="damyang";} else if(area.equals("곡성")) {url="gucksung";} else if(area.equals("구례")) {url="gure";} else if(area.equals("광양")) {url="gangyong";} else if(area.equals("여수")) {ur.. 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.