[Kmymoney-devel] [kmymoney4] [Bug 327494] SQL database creation crash when trying to connect to a remote Mysql (Percona) server

lp.allard.1 at gmail.com lp.allard.1 at gmail.com
Wed Nov 13 12:20:09 UTC 2013


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

--- Comment #2 from lp.allard.1 at gmail.com ---
Hello Fernando,

I had already created the database lolcalyy on the Mysql server with the
following statements:

CREATE DATABASE kmymoney;
GRANT ALL ON kmymoney.* TO lp.allard.1 at remoteIP;
FLUSH PRIVILEGES;

I have confirmed with phpmyadmin that I (as user) have full access to the
kmymoney database remotely from the machine I intend to use..  Funny thing,
when I try to connect to the remote DB, the MySQL server throws the following
line in the server's logs:

131113   7:17:08 [Warning] Aborted connection 643 to db: 'kmymoney' user:
'lp,allard.1' host: 'remoteIP' (Got an error reading communication packets)

I believe the "error reading communication packets" is due to KMM crashing thus
abruptly closing the connection to the SQL server..

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list