Thread
:
Expansions won't work, can't zone into them
View Single Post
#
4
11-04-2002, 12:19 PM
DeletedUser
Fire Beetle
Join Date: Sep 2002
Posts: 0
If your having the problems with your own server, to source a db.
/mysql/bin/
open up mysql.exe
use (dbname);
source (dbfile)
Example:
if you made a mysql db named eq and had a mysql file called db.sql you'd type:
use eq;
source db.sql
DeletedUser
View Public Profile
Send a private message to DeletedUser
Find all posts by DeletedUser