can't update eq2 db at all
Posted: Tue Nov 20, 2007 6:31 am
well i configured everythng and everythng starts well at first, db starts to get updates etc. but then i get the following error everytime :
[Status] Attempting to update database table 'languages' ... SUCCESS!
[Error] Login reports that the latest version of the 'variables' is 2, you are u
sing 0. The query that will run to update your table is:
DROP TABLE IF EXISTS variables
CREATE TABLE variables (
variable_name varchar(64) NOT NULL default '',
variable_value varchar(256) NOT NULL default ''
) TYPE=MyISAM
insert into variables set variable_name='motd',variable_value='Welcome to EQ2Emu
lator v0.0.3'
ALTER TABLE `variables` ADD PRIMARY KEY (`variable_name`)
update table_versions set download_version = 0 where name = 'variables'
[Error] Error in updating tables query '': Got signal 11
can anyone help please
using version 0.3
[Status] Attempting to update database table 'languages' ... SUCCESS!
[Error] Login reports that the latest version of the 'variables' is 2, you are u
sing 0. The query that will run to update your table is:
DROP TABLE IF EXISTS variables
CREATE TABLE variables (
variable_name varchar(64) NOT NULL default '',
variable_value varchar(256) NOT NULL default ''
) TYPE=MyISAM
insert into variables set variable_name='motd',variable_value='Welcome to EQ2Emu
lator v0.0.3'
ALTER TABLE `variables` ADD PRIMARY KEY (`variable_name`)
update table_versions set download_version = 0 where name = 'variables'
[Error] Error in updating tables query '': Got signal 11
can anyone help please
using version 0.3