If you are trying to run sql from inside of a perl script then you will need more than just the DBI package.
Try this:
1. From the Start Menu, navigate to the Perl Directory and launch the Perl Package Manager.
2. From the View Menu select All Packages...allow it to load from the internet.
3. Navigate to DBD-mysql, right click, select Install DBD-mysql, then repeat that process for the following packages
DBD-mysqlPP
DBI
4. From the File Menu, select Run Marked Actions, Allow installs to complete.
There are several other mysql packages on that list so you might have to do a bit of trial and error to figure out which ones you need.
|