Connecting with a MySQL user that does not use a password does not seem to be possible with this plugin as it currently stands. It would just take a change to line 5 at https://github.com/jum4/sublime-sqlexec/blob/master/sgbd/mysql.sqlexec for that, but alas I just use the following instead:
BTW It's much nicer to execute the query from the currently open source file than from the console... it would be cool to format the results like this plugin does, but execute the currently open file.
Connecting with a MySQL user that does not use a password does not seem to be possible with this plugin as it currently stands. It would just take a change to line 5 at https://github.com/jum4/sublime-sqlexec/blob/master/sgbd/mysql.sqlexec for that, but alas I just use the following instead:
http://bartinger.at/execute-mysql-from-sublime-text-2/
Hope this helps.
BTW It's much nicer to execute the query from the currently open source file than from the console... it would be cool to format the results like this plugin does, but execute the currently open file.