MySQL Forums
Forum List  »  Perl

Re: what files are needed for a client box to use DBD::mysql?
Posted by: Patrick Galbraith
Date: April 23, 2005 12:32PM

Bill,

Can you currently connect from that client box to the mysql server with a regular mysql client? If so, then you probably have the client library files installed and can simply just install DBI/DBD::mysql and have everything work properly. If not, then you would need at least the client library files. You could copy whatever is in lib and include of your mysql installation where the server is installed (as long as both boxes are the same exact OS/hardware) and build DBD::mysql against that.

regards,

Patrick

Options: ReplyQuote


Subject
Written By
Posted
Re: what files are needed for a client box to use DBD::mysql?
April 23, 2005 12:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.