workbench3 Ubuntu Mysql WorkBench Server 연결 오류 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-.. 2021. 12. 27. Ubuntu MySQL 설치 / 운영 Ubuntu 환경에서 MySQL를 설치 / 운영해 보자. 나의 경우엔 최신 버전의 Ubuntu 21.04를 설치 했다. 우선 apt-get을 update 한다. jinoh@jinoh-T520:~$ sudo apt-get update 이후 apt-get 명령어를 이용하여 mysql-server를 설치 한다. jinoh@jinoh-T520:~$ sudo apt-get install mysql-server ubuntu 설치 성공... mysql 실행(설치하면 service가 자동으로 등록 된다.) jinoh@jinoh-T520:~$ sudo systemctl start mysql ubuntu 재시작 mysql 자동으로 시작할 수 있도록 service를 등록 한다. jinoh@jinoh-T520:~$ sudo .. 2021. 9. 1. MySQL WorkBench Configuration file 경로 Location of MySQL Configuration file 경로 C:\ProgramData\MySQL\MySQL Server 8.0\my.ini 2021. 5. 31. 이전 1 다음