I'm currently converting from rAthena to Hercules.
However, my settings are correct and I'm able to connect to my server,
but the only challenges I faced was
[SQL]: 'sql-files/upgrades/2013-02-14--16-15.sql' wasn't applied to the database[SQL]: 'sql-files/upgrades/2013-03-05--01-05.sql' wasn't applied to the database[SQL]: 'sql-files/upgrades/2013-03-09--01-56.sql' wasn't applied to the database[SQL]: If you did apply these updates or would like to be skip, insert a new entry in your sql_updates table with the timestamp of each file
I did update all the files, however I received an error on the files upon updating these 3 files.
2013-02-14--16-15.sql
12:28:01 CREATE TABLE IF NOT EXISTS `sql_updates` ( `timestamp` int(11) unsigned NOT NULL, `ignored` enum('Yes','No') NOT NULL DEFAULT 'No' ) ENGINE=MyISAM 0 row(s) affected, 1 warning(s): 1050 Table 'sql_updates' already exists 0.000 sec 12:28:01 ALTER TABLE `skill` ADD COLUMN `flag` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0 Error Code: 1060. Duplicate column name 'flag' 0.000 sec
2013-03-05--01-05.sql
12:29:17 ALTER TABLE `login` ADD `character_slots` TINYINT( 3 ) UNSIGNED NOT NULL Error Code: 1060. Duplicate column name 'character_slots' 0.000 sec
2013-03-09--01-56.sql
12:29:57 ALTER TABLE `login` ADD COLUMN `pincode` varchar(4) NOT NULL DEFAULT '' Error Code: 1060. Duplicate column name 'pincode' 0.000 sec
Some points to note:
I immediately ran updates on my current rAthena SQL DB on this. from the first to latest update.
Upon having the error, I thought it wasn't compatible, therefore I made a new schema yet the problem still occurs.
the rest of the updates went fine I believe. I'm not a SQL expert nor literate in SQL Language, therefore if someone could help that'll be great!
Hi guys,
I'm currently converting from rAthena to Hercules.
However, my settings are correct and I'm able to connect to my server,
but the only challenges I faced was
I did update all the files, however I received an error on the files upon updating these 3 files.
2013-02-14--16-15.sql
2013-03-05--01-05.sql
2013-03-09--01-56.sql
Some points to note:
the rest of the updates went fine I believe. I'm not a SQL expert nor literate in SQL Language, therefore if someone could help that'll be great!
Share this post
Link to post
Share on other sites