[Kmymoney-devel] [Bug 250300] MySQL Connection problem
Tony B
tonyb.sfkde at ntlworld.com
Thu Sep 9 10:54:10 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=250300
--- Comment #9 from Tony B <tonyb sfkde ntlworld com> 2010-09-09 10:54:09 ---
One of two things, either you didn't give user thomas permissions on the
database, or mysql requires a password for user thomas. Try the following:
1. in Konsole:
mysql -u root (you may need to supply a mysql root password if you set one up)
grant all on KMyMoney.* to thomas at localhost;
flush privileges;
quit;
See if that helps. Or
2. Start kmymoney with
kmymoney sql://thomas@localhost/KMyMoney?driver=QMYSQL&secure=yes
You will then need to supply your mysql password in the resulting dialog.
Note you should not confuse the mysql password for thomas with your Linux login
password; it may be the same, it may not, depending on how you set it up.
--
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