Download: Xampp http://www.apachefriends.org/en/xampp.html 7zip http://www.7-zip.org/download.html The mysql static data dump http://forums.eveonline.com/default.aspx?g=posts&t=61544 YaPeal http://code.google.com/p/yapeal/ Files mentioned here: https://www.fuzzwork.co.uk/resources/xamppsetup.zip Install xampp. Just follow the defaults. edit c:\xampp\php\php.ini, to take off the ; before extension=php_curl.dll Start the xampp control panel. From there, start apache and mysql Start the mysql admin from the control panel. This will start up phpmyadmin unzip the datadump. You'll need to have installed 7zip to be able to open the file. It's a good package. better than winzip and free. click on databases, in phpmyadmin fill in an appropriate name into the create new database box. Something like eve, for example. click on privileges. Click on add a new user pick a username. Such as eve. change the host dropdown to local pick a password. fill it in twice. leave 'grant all privileges on database (the name you selected)' set hit go Click on databases again. enter yapeal, hit create click on localhost, up at the top. click on privileges. select edit privileges on the line with the user eve scroll down to database specific privileges select yapeal from the dropdown. hit go in that box. use check all for database specific privileges Start a command prompt. cd to the directory where you extracted the datadump c:\xampp\mysql\bin\mysql.exe -u eve -p eve