Errors loading new DB

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
II/JG77Hawk_5
Posts: 162
Joined: Wed 10 Jan 2007 1:13 am
Location: Sydney, Australia

Errors loading new DB

Post by II/JG77Hawk_5 »

You may have errors in loading the new DB as I did.
I got an error when loading the SEDB30-MySQL-Unix.sql file.
The error log file showed error :2013 at line 143956.

I am using SQLyog to manage database.

I was running MySQL V4.1 on server.

I got it to finally load by:

Stopping the SQL service.

Downloaded MySQL V5 and installed.

Renamed My-Medium.ini to My.ini and made changes to the file.
Here is a segment of the ini file that I changed based on fixes I found on "error:2013".

# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-locking
key_buffer = 20M
max_allowed_packet = 100M (default value is 2M)
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512k
myisam_sort_buffer_size = 8M


Also added:
#sets mysql to be case sensitive with table names for compatability between #systems
lower_case_table_names=0


Database then loaded ok correctly with no problem
II/JG77Hawk_5
Posts: 162
Joined: Wed 10 Jan 2007 1:13 am
Location: Sydney, Australia

Post by II/JG77Hawk_5 »

Got this error when loading KhalkhinGol Lite sql file.

Loaded StructDB ok then GenDATA ok then file above and get this error. Cleared DB and repeated, got the same thing again.

copied from error log:

Error occured at:2007-01-18 22:11:17
Line no.:579
Error Code: 1054 - Unknown column 'ID' in 'field list'

Hawk_5
IV/JG7_4Shades
Posts: 2202
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Yes, a couple of errors snuck through in the SPLIT files. A new SEDB30a-SPLIT (v2) has been released for download. This should work better.

Apologies!

4Shades
IV/JG7_4Shades
SEOW Developer

Image
Post Reply