ddbc: MySQL/MariaDB: Access Violation

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 17 03:24:42 PDT 2015


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 "


More information about the Digitalmars-d-learn mailing list