View Single Post
  #1  
Old 10-18-2010, 01:38 AM
gredesh
Sarnak
 
Join Date: Feb 2006
Posts: 42
Default import_spells.pl

Can't seem to get this working. Perl 5.10 installed, did the ppm install DBI. It's in C:\Perl.
I get this error:

C:\EQEmu>perl import_spells.pl
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains:
C:/Perl/site/lib C:/Perl/lib .) at (eval 5) line 3, <F> line 51.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: CSV, DBM, ExampleP, File, Gofer, ODBC, Oracle, Proxy, SQLite,
Sponge.
at import_spells.pl line 61

I also tried googling and installing DBD. I'm not sure that i'm doing it right though, i'm pretty bad at this stuff. I managed to get it to say it installed DBD but the settings were to TestDB and user: ''. Not sure how to change the settings or if it's needed.
Reply With Quote