I am using this driver for access to MariaDB http://code.dlang.org/packages/ddbc The problem that it's work fine when it's used from desktop App, but when I try to run it's from vibed app i get "Access Violation".

In my.ini I added string:

bind-address = 127.0.0.1

Also I run next command:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;

p.s. this command return my: "Affected rows: 0 "

Reply via email to