[Kmymoney-devel] [Bug 250300] MySQL Connection problem

Tony B tonyb.sfkde at ntlworld.com
Sun Sep 12 17:27:17 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=250300





--- Comment #11 from Tony B <tonyb sfkde ntlworld com>  2010-09-12 17:27:11 ---
Part of the problem here lies in the pseudo-URL we use. Where you have a
passworded database, the URL contains an ampersand (&) character. This is now
being interpreted, correctly I suspect, as the end of the command, hence the
following 'secure=yes', which indicates a password is needed, is getting
dropped. Try enclosing the URL in single quotes as follows:

kmymoney 'sql://thomas@localhost/KMyMoney?driver=QMYSQL&secure=yes'

I need to look at how we handle the matter of the recent files list.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list