Ubuntu 에 docker 설치 후 mysql server 5.7 image를 설치, Portainer로 Container 생성 후 실행하였다.
하지만, console에서 연결 시도는 정상 동작되지만 MySQL WorkBench를 이용하여 연결할 경우 아래 오류가 발생한다.
An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.125" (uid=1000 pid=7944 comm="/snap/mysql-workbench-community/5/usr/bin/mysql- wo" label="snap.mysql-workbench-community.mysql-workbench- community (enforce)") interface="org.freedesktop.Secret.Service" member="OpenSession” error name="(unset)" requested_reply="0" destination=":1.13" (uid=1000 pid=2044 comm="/usr/bin/gnome- keyring-daemon --daemonize --login" label="unconfined")
이에 구글링 결과 askubuntu 포럼에서 해답을 찾았고 console에서 아래 명령어 수행 후 WorkBench에 연결 했다.
![Untitled](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6170289b-969c-4cc1-a40b-6615d3535ac4/Untitled.png)
MySQL WorkBench 연결 성공...
참조
snap - Cannot connect MySQL Workbench to MySQL server - Ask Ubuntu
'Linux' 카테고리의 다른 글
Ubuntu dpkg was interrupted 문제 해결 (0) | 2022.06.17 |
---|---|
Unknown modules(s) in QT: serialport "Raspberry Pi4" (0) | 2022.05.22 |
Linux real-time clock /RTC (0) | 2021.09.06 |
Ubuntu MySQL 설치 / 운영 (0) | 2021.09.01 |
Ubuntu Notepad++ 설치 (0) | 2021.06.16 |