[Kmymoney-devel] [Bug 249762] Kmymoney+mysql
Tony B
tonyb.sfkde at ntlworld.com
Sun Sep 12 17:35:21 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=249762
--- Comment #8 from Tony B <tonyb sfkde ntlworld com> 2010-09-12 17:35:18 ---
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://<user>@localhost/KMyMoney?driver=QMYSQL&secure=yes'
I need to look at how we handle the matter of the recent files list.
There also seems to be a problem if we have more than one KMM database with
different names. This seems to be a mysql problem only; further investigation
in progress!
--
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