Jump to content
  • 0

[HELP]Provlima me to Account Manager


Question

Posted

Otan kanw extract to SQL apo to account manager m bgazi to parakatw..

 

[Err] 1060 - Duplicate column name 'email'

[Msg] Finished - Unsuccessfully

4 answers to this question

Recommended Posts

  • 0
Posted

Otan kanw extract to SQL apo to account manager m bgazi to parakatw..

 

[Err] 1060 - Duplicate column name 'email'

[Msg] Finished - Unsuccessfully

akrivos to idio k se emena otan kanw to back up -.- opios 3ereis as m stilei to msn tou se pm PLS
  • 0
Posted

Otan kanw extract to SQL apo to account manager m bgazi to parakatw..

 

[Err] 1060 - Duplicate column name 'email'

[Msg] Finished - Unsuccessfully

 

gaga... file ani3e to file name.sql sou... kai psakse to email...kai zvise to mail p exei... kanto apo8ikefsi.. kai meta kanw pali k 8ase OK

  • 0
Posted

to sql einai auto edw...

 

ALTER TABLE `accounts` ADD `email` VARCHAR( 255 ) NULL DEFAULT NULL ;

CREATE TABLE IF NOT EXISTS `account_data` (
  account_name VARCHAR(45) NOT NULL DEFAULT '',
  var  VARCHAR(20) NOT NULL DEFAULT '',
  value VARCHAR(255) ,
  PRIMARY KEY  (account_name,var)
);

#cleaning account

ALTER TABLE `accounts` ADD `created_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;
UPDATE `accounts` SET `created_time` = NOW( );

  • 0
Posted

CREATE TABLE `accounts` (  `login` varchar(45) NOT NULL default '',  `password` varchar(45) default NULL, `lastactive` decimal(20,0) default NULL,  `access_level` int(11) default NULL,  `lastIP` varchar(20) default NULL,  `lastServer` int(4) default '1',  PRIMARY KEY  (`login`) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 

#cleaning account

 

ALTER TABLE `accounts` ADD `created_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ;

UPDATE `accounts` SET `created_time` = NOW( );

 

 

 

 

kane auto c/p sto  asd.sql file s...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...