Reputation: 613
I have 2 servers running Ubuntu. One of them has MySQL, which is not accessible remotely, and the other one has manticoresearch installed in Docker. I can connect to MySQL on the first server via an ssh tunnel, but there is a problem – have_ssl is disabled there, and I need to connect with the --skip-ssl command:
docker exec -it manticore mysql -h 127.0.0.1 -P 3308 -u admin_products -p --skip-ssl
How can I specify a connection with this option in the manticore config file? I've looked through the manticore documentation, also chatgpt is probably just trying to guess.
Upvotes: -1
Views: 16