View Single Post
  #2  
Old 02-19-2003, 02:28 PM
eviltwigfipper19
Fire Beetle
 
Join Date: Jan 2003
Posts: 17
Default

First off, you need to have correctly set up your MYSQL server.

1) If you have not added db.sql yet, here is what you do.(If you HAVE sourced db.sql goto #2

You goto the bin directory in your mysql directory(ex c:\mysql\bin), run mysql.exe.

Type in the console use <yourdatabase> (ex: use eqmu).

Then Type source db.sql.

Then you should see ALOT of crap, dont worry.

2) Then type: ALTER TABLE variables ADD COLUMN ts timestamp NULL;.

If I am not mistakin this is only if you have the OLD database. I think you can Skip #2 if you are using the DB that came with the new EMU.

Hope this helps.