<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial;font-size:14px">
<p>Hello,<br>
<br>
If this is possible, this should be an easy one for the programmers...  I am using MySQL databases with KMM 5.0.5, and I currently opening them by launching KMM, and selecting the desired DB in the recent files menu.  This pre-populates the DB opening dialog box, and only have to enter the DB password.<br>
<br>
I'd like to be able to open a DB directly by calling KMM from the shell, something like:<br>
<br>
kmymoney sql://database-username@database-server/database-name?driver=QMYSQLsecure=yes'<br>
<br>
but when I try this, I get:<br>
<br></p>
<p style="margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">"Qt SQL driver QMYSQLsecure=yes is no longer installed on your system"<br>
<br>
I think its because the "secure=yes" is concatenated to "driver=QMYSQL" and the Qt DB driver doesnt like that...<br>
<br>
My goal is to create desktop shortcuts for each DB. Once clicked, it would reproduce selecting the DB in KMM's recent items menu.<br>
<br>
Thanks!</p>
<div>Louis-Philippe Allard<br>
<a href="mailto:lp.allard.1@gmail.com">lp.allard.1@gmail.com</a><br>
Sent using Horde Groupware on GNU/Linux</div>
</body>
</html>