sublime-sqlexec
sublime-sqlexec copied to clipboard
Error: The system cannot find the path specified.
I installed sqlexec and this is my configuration in ( Preferences->Package Settings->SQLExec->Settings User ): {
"connections": {
"Connection 1": {
"type": "mysql",
"host": "127.0.0.1",
"port": 3306,
"username": "root",
"password": "1234",
"database": "zlcms"
},
},
"sql_exec.commands": {
"mysql": "C:\\xamp\\mysql\\bin\\mysql.exe"
}
} i think mysql path is wrong, i try changing the path to "C:/xamp/mysql/bin/mysql.exe" but it's not working, please help me!.
Hi, Have you tried to remove the "sql_exec.command" parameter and to add "C:/xamp/mysql/bin/" in your Path ( the Window environment variable ) ?
i removed sql_exec.command and added path (my xampp: C:/xampp/mysql/bin/). My sublime was standing when i run "select * from mytable;" :(. I have to force close Sublime to exit.