Page 1 of 1
Mysql embedded
Posted: Tue Feb 04, 2025 4:27 pm
by Natter
Where can I find documentation on Mysql embedded ?
Re: Mysql embedded
Posted: Tue Feb 04, 2025 9:17 pm
by nageswaragunupudi
First point to note is that MySQL withdrew support to embedded server many years ago.
But still with FWH we can still use embedded server and FWH comes with all the required dll/libs and FWH MySQL/maria built-in library supports it.
To start with:
viewtopic.php?f=3&t=33798
and
mysqlmbd.prg and mysql_emb.prg in the samples folder.
Re: Mysql embedded
Posted: Wed Feb 05, 2025 8:15 am
by Natter
Thank you !