Spring 개발환경 구축하기
####JDK (Java Development Kit) 설치
다운로드 사이트####IntellJ 설치
다운로드 사이트####HeidiSql 설치
Window용 DB gui tool
다운로드사이트db생성시 조합은 utf8_general_ci 주로 사용 Drivers houdinisoft port devices.
wnmp 설치
Drivers harris network & wireless cards. wnmp는 windows nginx mariadb php를 한번에 설치 및 연동해주는 프로그램
다운로드 사이트Gradle 다운로드
Gradle
: 빌드, 라이브러리 관리도구
다운로드 사이트
When installing a new MySQL agent, the message 'CLIENTPLUGINAUTH' is required occurs when connecting to a MySQL 5.1.5.1 instance. After upgrading to the 5.9.3.10 or higher MySQL cartridge, older MySQL databases (e.g. 5.5) no longer can be monitored. In this video we will fix java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed error which occurs when we try to connect with dat.
maria db 연동
- gradle에 jdbc driver dependency import
- db 연동 테스트
SQL Exception Error : CLIENT_PLUGIN_AUTH is required
-> mysql 서버 버전과 mysql-connector-java 버전이 맞지 않아 발생, mysql 서버를 업그레이드하던가 mysql-connector-java 버전을 낮춤.
Dbeaver Mysql Client_plugin_auth Is Required -
Please enable JavaScript to view the comments powered by Disqus.MySQL provides standards-based drivers for JDBC, ODBC, and .Net enabling developers to build database applications in their language of choice. In addition, a native C library allows developers to embed MySQL directly into their applications.
Developed by MySQL | |
---|---|
ADO.NET Driver for MySQL (Connector/NET) | Download |
ODBC Driver for MySQL (Connector/ODBC) | Download |
JDBC Driver for MySQL (Connector/J) | Download |
Node.js Driver for MySQL (Connector/Node.js) | Download |
Python Driver for MySQL (Connector/Python) | Download |
C++ Driver for MySQL (Connector/C++) | Download |
C Driver for MySQL (Connector/C) | Download |
C API for MySQL (mysqlclient) | Download |
Dbeaver Mysql Client_plugin_auth Is Required
These drivers are developed and maintained by the MySQL Community.
Developed by Community | |
---|---|
PHP Drivers for MySQL (mysqli, ext/mysqli, PDO_MYSQL, PHP_MYSQLND) | Download |
Perl Driver for MySQL (DBD::mysql) | Download |
Ruby Driver for MySQL (ruby-mysql) | Download |
C++ Wrapper for MySQL C API (MySQL++) | Download |