Can I use ZeosLib to connect to a MySQL running in Linux?

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
juliano
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 20.08.2011, 00:53

Can I use ZeosLib to connect to a MySQL running in Linux?

Post by juliano »

Hi people!

The documentation of ZeosLib don't clarify to me if it is possible install ZeosLib and use my Delphi app to connect to a MySQL that is hosted in a remote server, and this remote server is a Linux machine.

My doubt is regarding the DLL files that need be imported to Delphi. Anyone knows if the DLL, that is a Win component, will know how to 'talk' with the MySQL on the other side? We have local DLL files (in Delphi app) and the app will connect to a remote MySQL running in a Linux machine.

Is that possible?

Thanks in advance!

Regards,

Juliano
IbeDBob
Junior Boarder
Junior Boarder
Posts: 47
Joined: 27.05.2010, 21:04

Post by IbeDBob »

What the MySQL data file is running under (OS) should not matter. You are accessing the MySQL files not Linux.

Easiest way is to install Zeos and go try. Takes all of five minutes.

Bob
Thanks

Dyslexic Bob
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

juliano,

Zeoslib connects to all mysql servers your computer kan connect to using the mysql console or any other administration tool that's installed on your computer.
Of course, you'll need the windows dll's, but the server doesn't care who's calling. As long as the protocol used by the caller is right. All mysql dll's talk the same protocol.

Mark
Image
Post Reply