[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-09-10 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=394384

Thomas Baumgart  changed:

   What|Removed |Added

   Version Fixed In||5.0.2
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/ac602ffdb0297706f1f39
   ||602856bbe20225e906c

--- Comment #5 from Thomas Baumgart  ---
Git commit ac602ffdb0297706f1f39602856bbe20225e906c by Thomas Baumgart.
Committed on 10/09/2018 at 19:47.
Pushed by tbaumgart into branch '5.0'.

Ask for password when connecting to database
Related: bug 398409
FIXED-IN: 5.0.2

M  +46   -20   kmymoney/plugins/sql/sqlstorage.cpp
M  +3-0kmymoney/plugins/sql/sqlstorage.h

https://commits.kde.org/kmymoney/ac602ffdb0297706f1f39602856bbe20225e906c

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-09-09 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=394384

Thomas Baumgart  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=398409

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-05-21 Thread Heiko Fischer
https://bugs.kde.org/show_bug.cgi?id=394384

--- Comment #4 from Heiko Fischer  ---
Slash is gone, but there is no password dialog.


Error in function int MyMoneyStorageSql::open(const QUrl&, int, bool) : opening
database
Driver = QMYSQL, Host = localhost, User = , Database = KMyMoney
Driver Error: QMYSQL: Unable to connect
Database Error No 1045: Benutzer ''@'localhost' hat keine
Zugriffsberechtigung (verwendetes Passwort: Nein)
Text: Benutzer ''@'localhost' hat keine Zugriffsberechtigung
(verwendetes Passwort: Nein) QMYSQL: Unable to connect
Error type 1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-05-18 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=394384

NSLW  changed:

   What|Removed |Added

 CC||lukasz.wojnilow...@gmail.co
   ||m

--- Comment #3 from NSLW  ---
I believe, that it's fixed by
https://cgit.kde.org/kmymoney.git/commit/?id=32a8fd984b17f0eefe660082f8484930d1b155d9

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-05-17 Thread Heiko Fischer
https://bugs.kde.org/show_bug.cgi?id=394384

Heiko Fischer  changed:

   What|Removed |Added

Version|5.0.0   |5.0.1

--- Comment #2 from Heiko Fischer  ---
(In reply to Jack from comment #1)
> Where does the extra leading slash come from?  If it was actually added by
> KMM, then I would question the code that adds it, rather than just removing
> it blindly.  Simply dropping the first character of the URL path would not
> work if there wasn't a leading slash.

ACK, the Patch is quick and dirty.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 394384] MySQL connection error with dbname "KMyMoney"

2018-05-17 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=394384

--- Comment #1 from Jack  ---
Where does the extra leading slash come from?  If it was actually added by KMM,
then I would question the code that adds it, rather than just removing it
blindly.  Simply dropping the first character of the URL path would not work if
there wasn't a leading slash.

-- 
You are receiving this mail because:
You are watching all bug changes.