sublime-sqlexec icon indicating copy to clipboard operation
sublime-sqlexec copied to clipboard

Error: The system cannot find the path specified.

Open th5tuananh opened this issue 11 years ago • 2 comments

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!.

th5tuananh avatar Jun 09 '14 17:06 th5tuananh

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 ) ?

jum4 avatar Jun 23 '14 10:06 jum4

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.

th5tuananh avatar Jun 27 '14 03:06 th5tuananh