We are trying to connect to presto using Dbvisualizer . and execute some queries . Catlog we are using is mysql .
- Presto is installed in the linux server . presto cli is working fine in the linux . Started presto in linux .
- Mysql is also installed in the linux machine . We are able to access mysql in windows using Dbvisualizer.
- Created a mysql connector catalog for Presto. Successful in querying data of mysql using Presto-cli
as
presto --server localhost:8080 --catalog mysql --schema tutorials
DBvisualizer is installed in the Windows machine . I'm able to access mysql and execute queries . Presto also connected in Dbvisualizer . But we are unable to query data . When we try to run a query . It is giving us Error Executing Query .
There is not much information available online , We dont know what we are missing here , Can Someone explain me the way to do this . We need to execute queries from windows machine . we also tried from java code using jdbc jar . same exception
Added the Screenshot of Config.properties of the Presto Installation . Any property more to be added here?
. Any suggestion is appreciated . Thanks