Setting Presto with MySQL connector

25 Views Asked by At

I have one issue with setting up presto server to connect with mysql database.

  • the presto server is running with a docker container.
  • mysql installed via terminal commands, confirmed mysql server running no problem.
  • presto server running no issues. with correct configurations read, loading the correct connector configurations to connect to mysql

However, when running presto with cli, connecting to the running server, select the catalog, and then run SHOW SCHEMAS, it timed out.

What would be the potential issues and how to fix? Seeking help from presto experts. Thanks!

expecting a solution of fixing the above issues, so that I could run presto query to query the mysql database

0

There are 0 best solutions below