Problem getting SQL tools to work - Technical Support - Sublime Forum
I set up this connection in “Preferences -> Package Settings -> SQLTools -> Connections” like this: “connections”: { “MyMariaDB”: { “type”: “mariadb”, “host”: “localhost”, “port”: 3306, Then to run a sql file I opened one and hit CTRL-E twice and nothing happened. Then I tried CTRL-SHFT-P and entered ST: Execute and nothing happened. ST: About said I was using SQLTools V.0.9.12 The thing that is missing is how to point a SQL file to my connection. There is only one but…