[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:25:46 UTC 2013


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

--- Comment #3 from lp.allard.1 at gmail.com ---
Actually the syntax I used on the SQL server was:

CREATE DATABASE kmymoney;
CREATE USER 'lp.allard.1'@'remoteIP' IDENTIFIED BY 'some_pass';
GRANT ALL PRIVILEGES ON kmymoney.* TO 'lp.allard.1'@'remoteIP'
FLUSH PRIVILEGES;

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


More information about the KMyMoney-devel mailing list