- Timestamp:
- 10/19/06 18:18:59 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
mods/import_eve.php
r18 r19 1 1 <?php 2 //This script is to import the RMR data export from http://ccp.vo.llnwd.net/o2/data/data_misc_sql.rar into mySQL... enjoy 3 // - Aaron Static - 20/10/2006 2 4 $db = mysql_connect("localhost","design","design") or die(mysql_error()); 3 5 mysql_select_db("eve",$db) or die(mysql_error());