how do i create a local database

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
weitech
Posts: 9
Joined: Mon 03 Apr 2006 15:30

how do i create a local database

Post by weitech » Mon 03 Apr 2006 15:35

Hi

I would like to create a client side database, how do I do this?
I dont want to connect to a server just locally.

Thanks

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Mon 03 Apr 2006 15:56

You have to work with the Embeded mysql server or install a mysql server on the client side

weitech
Posts: 9
Joined: Mon 03 Apr 2006 15:30

Post by weitech » Mon 03 Apr 2006 16:00

what I am trying to create is an application which will create a MySQL database on the user computer. I am trying to avoid installing a server on the client side.

Can you tell me more about the embedded server? Because I think thats what I want to use for my application.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 04 Apr 2006 09:54

We have answered you in this topic of the forum.

Post Reply