e.v.k
24.03.2007, 17:03
Hallo an alle,
ich habe so ein Fehler ..
Dateianhang wird hochgeladen,
Aber wenn man Backup runterldt, gibt es Fehler in der Charakter, Es bringt auch Fehler bei hochladen!!
Beispiel:
DROP TABLE IF EXISTS attachment;
CREATE TABLE `attachment` (
`attachmentid` int(10) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`dateline` int(10) unsigned NOT NULL default '0',
`thumbnail_dateline` int(10) unsigned NOT NULL default '0',
`filename` varchar(100) NOT NULL default '',
`filedata` mediumblob,
`visible` smallint(5) unsigned NOT NULL default '0',
`counter` int(10) unsigned NOT NULL default '0',
`filesize` int(10) unsigned NOT NULL default '0',
`postid` int(10) unsigned NOT NULL default '0',
`filehash` varchar(32) NOT NULL default '',
`posthash` varchar(32) NOT NULL default '',
`thumbnail` mediumblob,
`thumbnail_filesize` int(10) unsigned NOT NULL default '0',
`extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '',
PRIMARY KEY (`attachmentid`),
KEY `filesize` (`filesize`),
KEY `filehash` (`filehash`),
KEY `userid` (`userid`),
KEY `posthash` (`posthash`,`userid`),
KEY `postid` (`postid`),
KEY `visible` (`visible`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO attachment VALUES('2', '1', '1174747265', '1174747265', 'Vantage_00010030AOA_2007-01-02[1].hdp.zip', 'PK\0\0\0\0S\"6U6O]\0@\0\0\"\0\0\0Vantage_00010030AOA_2007-01-02.hdp\0=@¿\0\0\0\0@ITS-X200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\03\0\0\0\0\0\0 \0\0\0\0\0dEx xq0\n eVl"btϹ<E
v$D\\AJ-\0 6E,^<9~ (Dq\rʎ"$gq۹"GX)\"ѫ],~-șEp\n@6x^hѝE~9S\"}g~H<R<z T8Q}x3M
j $Ͻ-;<̪%M8W ?Ev#|/3?}%VLi6{*7cű1cu\0q:\'7pdL]k#/c!
alle restliche Backup sind OK nur problem mit attachment
ich habe so ein Fehler ..
Dateianhang wird hochgeladen,
Aber wenn man Backup runterldt, gibt es Fehler in der Charakter, Es bringt auch Fehler bei hochladen!!
Beispiel:
DROP TABLE IF EXISTS attachment;
CREATE TABLE `attachment` (
`attachmentid` int(10) unsigned NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL default '0',
`dateline` int(10) unsigned NOT NULL default '0',
`thumbnail_dateline` int(10) unsigned NOT NULL default '0',
`filename` varchar(100) NOT NULL default '',
`filedata` mediumblob,
`visible` smallint(5) unsigned NOT NULL default '0',
`counter` int(10) unsigned NOT NULL default '0',
`filesize` int(10) unsigned NOT NULL default '0',
`postid` int(10) unsigned NOT NULL default '0',
`filehash` varchar(32) NOT NULL default '',
`posthash` varchar(32) NOT NULL default '',
`thumbnail` mediumblob,
`thumbnail_filesize` int(10) unsigned NOT NULL default '0',
`extension` varchar(20) character set latin1 collate latin1_bin NOT NULL default '',
PRIMARY KEY (`attachmentid`),
KEY `filesize` (`filesize`),
KEY `filehash` (`filehash`),
KEY `userid` (`userid`),
KEY `posthash` (`posthash`,`userid`),
KEY `postid` (`postid`),
KEY `visible` (`visible`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO attachment VALUES('2', '1', '1174747265', '1174747265', 'Vantage_00010030AOA_2007-01-02[1].hdp.zip', 'PK\0\0\0\0S\"6U6O]\0@\0\0\"\0\0\0Vantage_00010030AOA_2007-01-02.hdp\0=@¿\0\0\0\0@ITS-X200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0P\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\03\0\0\0\0\0\0 \0\0\0\0\0dEx xq0\n eVl"btϹ<E
v$D\\AJ-\0 6E,^<9~ (Dq\rʎ"$gq۹"GX)\"ѫ],~-șEp\n@6x^hѝE~9S\"}g~H<R<z T8Q}x3M
j $Ͻ-;<̪%M8W ?Ev#|/3?}%VLi6{*7cű1cu\0q:\'7pdL]k#/c!
alle restliche Backup sind OK nur problem mit attachment