Sunday, February 22, 2015

dbext without a password

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 \sbp. It always gives

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

I could set 'user' and no 'password' in ~/.my.cnf, but that's not manageable.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: