How to interface with MySql 9.6?

realhet real_het at hotmail.com
Fri Feb 20 16:21:58 UTC 2026


On Friday, 20 February 2026 at 00:31:19 UTC, Adam D. Ruppe wrote:
> On Thursday, 19 February 2026 at 23:51:13 UTC, realhet wrote:
>> It seems larger, it pulls 31 modules from the mysql module.
>
> What does this even mean?
>
>> I stuck because it requires the Postgres library too.
>
> No it doesn't. Did you actually try to use it? What's your test 
> code?

It was my fault, finally made it running:
* Something's wrong with my IDE, when it launches a console exe, 
somehow it closes immediately when a windows error happens. If I 
run it from commandline, then the windows popup error window 
becomes visible: "Error can't find xy.dll" So I was provide 
required dll-s.

31 modules -> What does this even mean?
* My parallel BuildSystem is dumb: It tries to compile ALL 
imports, even the ones that has false conditions (version(), 
debug() static if()). And arsd has a ton of conditional imports. 
But I can't avoid that buildsys it because it is fast. ;)

Now I'm compiling only these arsd modules: mysql, jsvar, script, 
http2, uri, characterencodings, string, conv, database, dom, 
core, cgi
I believe this is the smallest set required for MySql.

And it connected successfully to the MySql 9.6 server, Thank You!


More information about the Digitalmars-d-learn mailing list