View Single Post
  #1  
Old 10-29-2008, 02:30 AM
Darkriderone
Fire Beetle
 
Join Date: Mar 2008
Posts: 19
Default Just a little trouble.

First of Windcatcher, great job you've done with this, thank you for the hardwork you've put into this.

I just having on installing issue, likely due to my brain's failure. Hopefully somone could help me clear up a few things. First when I was sourcing in the simpleclient sql file, it started freaking out everytime id tried to create the items table. Error: Duplicate column name 'id', well a quick look inside and I just changed the line PRIMARY KEY (id,id) to PRIMARY KEY (id) in the items table entry. If I wasn't supposed to change that, that would be my first screwup.

So sourced again with the change, and it sourced with out error. So changed the config files, and booted up world and zones, that started right up. Now went to go create account and follow the instructions Cripp gave in the sticky, BTW great instructions Cripp, thank you for those.

Following the directions to create a account mysql gives the error Field 'packencrypt' doesn't have a default value.

So forgive my failure... and thank you for any help.

Using MySQL 4.1.22
and simpleclient 1.0.0.19
Reply With Quote