Re: dbext without a password

2015-02-26 Thread Paul
On Wednesday, 25 February, 2015 at 19:53:49 GMT, David Fishburn wrote: let g:dbext_default_profile_mysql_no_password = "type=MYSQL:user=root:passwd=:dbname=mysql:extra=--password='' " Yep, this works for me, too. Thank you. -- -- You received this message from the "vim_use" maillist. Do not to

Re: dbext without a password

2015-02-25 Thread David Fishburn
On Wed, Feb 25, 2015 at 12:02 PM, Paul wrote: > On Sunday, 22 February, 2015 at 17:42:55 GMT, David Fishburn wrote: > >> Outside of dbext, can you concoct a mysql command line that does what you >> want without using a password. That usually helps when coming up with the >> connection profile th

Re: dbext without a password

2015-02-25 Thread Paul
On Sunday, 22 February, 2015 at 17:42:55 GMT, David Fishburn wrote: Outside of dbext, can you concoct a mysql command line that does what you want without using a password. That usually helps when coming up with the connection profile that will result in the same command line. You can also see

Re: dbext without a password

2015-02-25 Thread Paul
On Wednesday, 25 February, 2015 at 17:02:39 GMT, Paul wrote: I have previously defined some other mysql user and password in ~/.my.cnf. With the above command line, mysql, since there is no password parameter given, [I'm assuming] takes the password from ~/.my.cnf, which is not necessarily the

Re: dbext without a password

2015-02-22 Thread David Fishburn
On Sun, Feb 22, 2015 at 11:37 AM, Paul wrote: > How can I use dbext.vim without a MySQL password? I've tried using > > let g:dbext_default_profile_mySQL = 'type=MYSQL:user=root:dbname=test' > > and > > let g:dbext_default_profile_mySQL = 'type=MYSQL:user=root:passwd=: > dbname=test' > > and > > D

dbext without a password

2015-02-22 Thread Paul
How can I use dbext.vim without a MySQL password? I've tried using let g:dbext_default_profile_mySQL = 'type=MYSQL:user=root:dbname=test' and let g:dbext_default_profile_mySQL = 'type=MYSQL:user=root:passwd=:dbname=test' and DBSetOption passwd='' and clearing @afkb at the prompt when using \