I executed the commands in the docs to install manticore in docker, but the mysql client always reports errors that it can’t connect, at the same time I pulled a mysql image, and the local client is able to connect to mysql, I don’t know what the problem is, can someone please help me out, below are some of the commands, screenshots, and configurations i used
could you check who occupies the port 9306? at your box as error on reading initial communication packet means that mysql is reading data from that port and the data is wrong but something communicating with the mysql client
docker ps | grep 126e5349e6fd
126e5349e6fd manticoresearch/manticore "docker-entrypoint.s…" About a minute ago Up About a minute 9308/tcp, 9312/tcp, 0.0.0.0:29306->9306/tcp, :::29306->9306/tcp manticore111
$ mysql -h0 -P 29306
Your MySQL connection id is 11
Server version: 6.2.12 dc5144d35@230822 (columnar 2.2.4 5aec342@230822) (secondary 2.2.4 5aec342@230822) git branch manticore-6.2.12...origin/manticor-6.2.12
mysql>
Well, I’ve tried many times, changed a few linux VMs to start manticore with docker install, and it’s all the same error…I don’t know what went wrong
i tried your command
Same issue appeared on M1 M2 M3 arm chip. Just have to disable “Use Rosetta for x86/amd64 emulation on Apple Silicon” in Docker configuration and it works fine.
you could also try to use cheap VPS for example at the DigitalOcean there try to recreate this behavior then provide access to it to investigate the issue further
As I suggests you could also try to use cheap VPS for example at the DigitalOcean or any other there try to recreate this behavior then provide access to it to investigate the issue further. That allows to eliminate the influence of your local box to the setup and made the case the reproducible in the controlled environment.
You could also compare the VPS ports \ permissions to these you see at your local box.
I just execute the commands according to the official documentation, very simple few commands, tried it on VMware, macos, linux servers, and I get the same result.
seem something wrong at your setup as we have developers with the MacOS these use Docker images along with the Linus boxes there Docker containers work without issues. From my point all works fine.
That is why I suggests to use some environment the you could recreate case and we could investigate it.