SerialKiller
14-02-10, 05:49 AM
Anyone had this problem when installing website on step 1b
This error:
SQL=Duplicate column name \'dbinfo\' SQL=--
\n-- Add dbinfo to realmlist table
\n-- Very important that this is in the end, along with ADD ALTERS. Because if
\n-- file gets applied again, it gets an error here.
\n--
\n
\nALTER TABLE `realmlist` ADD `dbinfo` VARCHAR( 355 ) NOT NULL default \'username;password;3306;127.0.0.1;DBWorld;DBChara cter\' COMMENT \'Database info to THIS row\';:
- - - - - - - - - -
--
-- Add dbinfo to realmlist table
-- Very important that this is in the end, along with ADD ALTERS. Because if
-- file gets applied again, it gets an error here.
--
ALTER TABLE `realmlist` ADD `dbinfo` VARCHAR( 355 ) NOT NULL default 'username;password;3306;127.0.0.1;DBWorld;DBCharac ter' COMMENT 'Database info to THIS row';
= = = = = = = = = =
This error:
SQL=Duplicate column name \'dbinfo\' SQL=--
\n-- Add dbinfo to realmlist table
\n-- Very important that this is in the end, along with ADD ALTERS. Because if
\n-- file gets applied again, it gets an error here.
\n--
\n
\nALTER TABLE `realmlist` ADD `dbinfo` VARCHAR( 355 ) NOT NULL default \'username;password;3306;127.0.0.1;DBWorld;DBChara cter\' COMMENT \'Database info to THIS row\';:
- - - - - - - - - -
--
-- Add dbinfo to realmlist table
-- Very important that this is in the end, along with ADD ALTERS. Because if
-- file gets applied again, it gets an error here.
--
ALTER TABLE `realmlist` ADD `dbinfo` VARCHAR( 355 ) NOT NULL default 'username;password;3306;127.0.0.1;DBWorld;DBCharac ter' COMMENT 'Database info to THIS row';
= = = = = = = = = =