ddbc: MySQL/MariaDB: Access Violation

Vadim Lopatin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 20 04:11:16 PDT 2015


On Monday, 18 May 2015 at 18:54:20 UTC, Suliman wrote:
>>> 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?
>
> No. I checked on 2 PC and it's not look like my issue, because 
> result is totally same. If I change void main() to vibed's 
> static this() I get this error.

Try running under debugger.
See where it's crashed.


More information about the Digitalmars-d-learn mailing list