Search found 2 matches

by Mephi
14.02.2007, 15:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Change “datadir” for MySQL Embedded Server
Replies: 3
Views: 860

I read that example several times. As I have written everything goes well until I change the variable “datadir “. I’m not a programmer, so correct me please. There are two identical databases 'pr1' и 'pr2' in folders 'C:\Data' и 'C:\Temp\Data'. This is my code: private FConnection: TZConnection; pub...
by Mephi
13.02.2007, 15:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Change “datadir” for MySQL Embedded Server
Replies: 3
Views: 860

Change “datadir” for MySQL Embedded Server

Answer the question, please! I use ZEOSDBO-6.6.0-beta and the library libmysqld41.dll. Is it possible to change “datadir” for MySQL Embedded Server in my program? I tried to pass the new value in ZConnection – it didn’t work. I tried to destroy the TZConnection object and create it with new paramete...