Frustrating importing issue.
Hello all, for whatever every pet in the game was missing from my database, so I went through and created a bunch. there working fine now I tried to make a custom spell for certain classes (an item with a pet clicky rk 1,2,3 etc) And when I load the importer check SoF and click Import im getting this
Code:
Loaded DB.INI thanks in advance for any advice. -Rey |
note I just tried to copy n paste the entire file into a Query n run it and im getting
[Err] 2006 - MySQL server has gone away where did it go?! grrr -.- |
I guess you are using a custom tool for importing/exporting the spell file? Probably the one GeorgeS made? If you can't get that working, you can always use the scripts that come included with the EQEmu source. They are in the utils/scripts/ folder and are named export_spells.pl and import_spells.pl. To run them, move them into your server folder (they use the config file to get your DB info so they can connect to it), and then just run "perl import_spells.pl". They also have multiple arguments you can set to specify the table name, overwrite existing files, and so on.
|
I tried this and I am getting this
C:\EQ\EQEmuServer>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 87. 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, Pg, Proxy, SQL ite, Sponge. at import_spells.pl line 61 any clues? then when I run ppm install DBD-MySQL C:\EQ\EQEmuServer>ppm install DBD-Mysql Downloading DBD-mysql-4.022...redirect Downloading DBD-mysql-4.022...failed 401 Authorization Required ppm install failed: 401 Authorization Required .... |
You are probably using perl 5.12 which is more than 2 releases behind Activestates current release. Activestate requires a subscription to any revisions beyond the last two releases...
You could try: ppm gui Edit--->Preferences-->Repositories and a repository that may still have this package available. Try from the "suggested" list, or search google. |
Quote:
Also: DBM-mysql is part of the DBI package so try >ppm install DBI |
Quote:
I believe this was part of the motivation to moving to Lua... But you can certainly try.... |
Quote:
All I know is ActivePerl 5.18.1 is working fine on x64 Windows now if you wish to compile that. |
awesome Secrets! thanks
|
RENCRO! your suggestion worked like a charm! thanks!!
|
All times are GMT -4. The time now is 03:54 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.