MySQL embedded server
Posted: 13 Oct 2021, 14:26
Does anyone has instructions to use the mysqld-5 protocol (with the trailing d), which I understand translates to using the MySQL embedded DB server within DLL libMySQLd.dll?
I do not have experience with this setup, and documentation on the web is thin (the best I have read so far is https://docwiki.embarcadero.com/RADStudio...Connect to MySQL Server (FireDAC) but of course it targets Delphi and FireDAC.)
In a first attempt I installed the thing along with Gestinux (Win 32-bit if it matters), but at connecting (after asking for username and password, put root both time but my educated guess is that anything should fly) Gestinux (exactly TFormDatabase) fires back a UnableToConnect warning with additional information: Access violation.
My guess is that MYSQL is unable to figure its parameters, so I looked around, found the "expert" tab (Additional parameters), and I added there some parameters:
The syntax (also tried with leading double hyphens, semicolons, no line breaks) is just my guess (hint to Tintinux: please put some reference to the fields of ZeosLib which this is initailizing; perhaps https://sf.net/p/zeoslib/wiki/driver%20parameters/? TIA.)
Result: no joy.
Can someone point out to me some instructions on how to succeed using the embedded server?
Antoine
I do not have experience with this setup, and documentation on the web is thin (the best I have read so far is https://docwiki.embarcadero.com/RADStudio...Connect to MySQL Server (FireDAC) but of course it targets Delphi and FireDAC.)
In a first attempt I installed the thing along with Gestinux (Win 32-bit if it matters), but at connecting (after asking for username and password, put root both time but my educated guess is that anything should fly) Gestinux (exactly TFormDatabase) fires back a UnableToConnect warning with additional information: Access violation.
My guess is that MYSQL is unable to figure its parameters, so I looked around, found the "expert" tab (Additional parameters), and I added there some parameters:
Code: Select all
basedir=./
datadir=./data
Result: no joy.
Can someone point out to me some instructions on how to succeed using the embedded server?
Antoine