|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
DBD::mysql
Hey there, Just a quick question. I am currently using freeBSD 4.7 and need to have perl be able to talk to the mysql databases which we currently have running.
Could anyone help me with what I need to do to install and configure DBD::mysql without breaking current MySQL installs etc? Any help would be great. Thanks. |
|
#2
|
||||
|
||||
|
Installing DBD::mysql won't do anything to any existing mysql installations. With that said, you can either
(a) Install from ports, in which case you would go to /usr/ports/databases/p5-Mysql and type make install (b) Download the sources of DBD::Mysql from CPAN and then type: perl Makefile.PL make make install
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
||||
|
||||
|
Thanks for the reply, After my post I was looking around on the server and the internet, and found a test script.
I installed the perl script changed the configuration settings and found that I could already connect to the mysql using perl. Sorry for making you type your responce, but it is useful to know if I need to do it on any other platform Cheers |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > DBD::mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|