MySQL workbech에서 새로운 connection을 생성할때 이런 에러를 보곤한다.
이 문제의 해결방법은
1. CTRL+ R -> Reverse Engineer에서 수정
https://stackoverflow.com/questions/35376109/mysql-workbench-incompatible-nonstandard-server
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
2. 💛본인 해결 방법 다른 DB가 켜져있다면 꺼줘야 한다. 나는 Bitnami를 깔아서 서버를 실행했는데 아파치만 끄고 mariaDB는 켜놔서 이걸 꺼주니 해결됐다.
Mysql Workbench-Connection Warning- incompatible/nonstandard server version or connection protocol detected (10.1.19)
MYSQL Connection warning Incompatible/nonstandard server version or connection protocol detected (10.1.19). A connection to this database can be established but some MYSQL Workbench features m...
stackoverflow.com
express와 연동시 mysql db이름 알아내기
conneciton이름은 다양하게 할 수 있어도 db이름은 딱 하나였다. 나는 database에 connection이름을 넣었더니 계속 에러가 떴다. (참치다 참치..)
아무튼 db이름을 알아내려면
SELECT DATABASE();
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=japkey&logNo=220718753877
'DBMS' 카테고리의 다른 글
[MySQL] 컬럼에 default 값 넣고 싶은데 java.lang.RuntimeException: [42000][1064]you have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax 만날때 (0) | 2022.08.07 |
---|---|
[MySQL]기본키와 고유키, 외래키 / 뷰 (0) | 2022.07.25 |
[MySQL] 데이터 변경/삭제하기 (0) | 2022.07.19 |
[MySQL] 테이블 생성하기 (0) | 2022.07.19 |
[MySQL] 상관쿼리와 비상관쿼리 / JOIN 🎇 (0) | 2022.07.19 |