| 
 Thanks for an up-to-date guide, I've been trying to use the older guides here all weekend, haven't had much luck :/.
 I'll let you know how it works for me.
 
 EDIT: OK still working on this, but if the above doesn't work for you, then try this:
 
 on the GRANT PRIVILEGES thing, instead of making it '@192.bla.bla.bla' make it '@localhost'
 
 And then on the perl_load13thfloor thing, instead of '-d db' use '-d eq'
 
 And then when doing the 'INSERT INTO' etc thing, you have to type 'use eq;' beforehand.
 
 
 These may sound obvious to MySQL and perl veterans but this is my first experience with this stuff (but I have a little programming background)
 
 
 
 Thats just the changes I've had to make to make this work.  Your results may vary
 			 Last edited by HalberdBlue; 06-05-2005 at 12:30 PM..
 |