in reply to how perl can connect with mysql
You need at least two things:
If no error is returned, then you have the right module installed. If you get an error message, you should install it.$ perl -MDBD::mysql -e 1
HTH
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: how perl can connect with mysql
by biofeng918 (Acolyte) on Jan 09, 2005 at 13:05 UTC | |
by cchampion (Curate) on Jan 09, 2005 at 14:11 UTC | |
by biofeng918 (Acolyte) on Jan 09, 2005 at 15:07 UTC |