ddbc: MySQL/MariaDB: Access Violation

Vadim Lopatin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon May 18 08:49:30 PDT 2015


On Sunday, 17 May 2015 at 10:24:43 UTC, Suliman wrote:
> 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 "

Do you see some stack trace on crash?


More information about the Digitalmars-d-learn mailing list