본문 바로가기
DataBase/MySQL with Error

[해결 방법] Incompatible/nonstandard server version or connection protocol detached

by HJ0216 2023. 10. 10.

🐬 기본 환경

- IDE: MySQL Workbench

- DataBase: MariaDB

 

 

🖨️경고

1
2
3
4
5
6
7
8
9
Connection Warning(rds-mini1)
 
incompatible/nonstandardd server version or connection protocol detected(10.6.14)
 
A connection to this database can be established but some MySQL Workbench features may not work properly since the database is not fully compatble with the supported versions of MySQL.
 
MySQL Workbench is developed and tested for MySQL Server versions 5.65.7 and 8.0. 
For MySQL Server older than 5.6, please use MySQL Workbench version 6.3.
 
 

 

 

📡 원인

WorkBench는 MySQL과 함께 동작하도록 만들어졌으므로, MariaDB에는 적합하지 않을 수 있음

 

 

📰 해결 방법

* MariaDB GUI Tool인 HeidiSQL 사용

 

 

 

📚 참고 자료

 

MySQL Workbench incompatible/nonstandard server

I am new to using MySQL and I needed to download it for school, however, I keep getting this error message (picture below). I am using xampp and connecting using the username root. the port also ma...

stackoverflow.com

 

 

[AWS RDS] MySQL Workbench 연결오류/호환성 경고

Cannot Connect to DataBase Server / Connection Warning

velog.io