<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 7단계에서 외... 테이블생성 오류가 나오는지...쩝..]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=4634&amp;type=atom"/>
	<updated>2008-02-13T18:34:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=4634</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 7단계에서 외... 테이블생성 오류가 나오는지...쩝..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24154#p24154"/>
			<content type="html"><![CDATA[<p>키값이 버전에 따라 달랐군요... 몰랐습니다. =_=</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-02-13T18:34:47Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24154#p24154</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 7단계에서 외... 테이블생성 오류가 나오는지...쩝..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24153#p24153"/>
			<content type="html"><![CDATA[<p><img src="http://forum.tattersite.com/ko/img/smilies/neutral.png" width="15" height="15" alt="neutral" /> 그냥... mysql을 5.0.19로 바꿨더니.. 해결되었네요..</p><p>MAX_KEY_LENGTH 값이 1000으로 바뀌었겠죠??...</p><p>mysql alpha 버젼들만 그런거였나요?</p>]]></content>
			<author>
				<name><![CDATA[홍의찬]]></name>
			</author>
			<updated>2008-02-13T14:29:18Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24153#p24153</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 7단계에서 외... 테이블생성 오류가 나오는지...쩝..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24152#p24152"/>
			<content type="html"><![CDATA[<p><img src="http://forum.tattersite.com/ko/img/smilies/sad.png" width="15" height="15" alt="sad" /> 원인은 찾았습니다....</p><p>CREATE TABLE tc_CommentsNotifiedSiteInfo (<br />&nbsp; id int(11) NOT NULL,<br />&nbsp; title varchar(255) NOT NULL default &#039;&#039;,<br />&nbsp; name varchar(255) NOT NULL default &#039;&#039;,<br />&nbsp; url varchar(255) NOT NULL default &#039;&#039;,<br />&nbsp; modified int(11) NOT NULL default &#039;0&#039;,<br />&nbsp; PRIMARY KEY&nbsp; (id),<br />&nbsp; UNIQUE KEY url (url),<br />&nbsp; UNIQUE KEY id (id)<br />) TYPE=MyISAM DEFAULT CHARSET=utf8;</p><p>테이블 생성중... 여기에서 문제가 생기더군요..<br />ERROR 1071 (42000): Specified key was too long. Max key length is 500</p><p>오류메시지는 위와 같습니다...<br />키값 크기가 510Byte가 되어서 나오는 문제인것 같습니다.<br />mysql에서 튜닝하는 방법이 있는지 아시는분 계세요?</p>]]></content>
			<author>
				<name><![CDATA[홍의찬]]></name>
			</author>
			<updated>2008-02-13T13:43:05Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24152#p24152</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[7단계에서 외... 테이블생성 오류가 나오는지...쩝..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=24151#p24151"/>
			<content type="html"><![CDATA[<p><img src="http://forum.tattersite.com/ko/img/smilies/sad.png" width="15" height="15" alt="sad" /> 전 왜 7단계에서 테이블 생성 오류가 나오는지 모르겠어요...<br />1.5.4도 해보고, 1.6 rc2도 해봐도... 그러네요..</p><p>7단계에서 완료를 누르면,.. 어디에 config.php를 만들지 못해서 그런가요?</p><p>아니면... db 사용자명이 너무 짧아서 그런가???? 갑자기 그런 생각이 드네요...ㅡㅡ; 2바이튼데...</p><p>--------------------------------<br />환경<br />하드웨어: i686 i686 <br />운영체제: Linux 2.4.20-8 i386 <br />웹서버: Apache/2.0.50 (Unix) PHP/5.0.0 <br />Apache/2.0.50 (Unix) PHP/5.0.0 Server at blog.nais.co.kr Port 80<br />PHP 버전: 5.0.0 <br />MySQL 버전: 5.0.0-alpha </p><p>PHP OK </p><p>MySQL<br />Character Set: OK<br />Collation: OK<br />테이블 생성 권한: OK </p><p>새 데이터베이스 테이블 OK</p><p>파일 시스템 권한<br />웹 설정 파일: OK<br />설정 파일: OK<br />첨부 디렉토리: OK<br />캐시 디렉토리: OK<br />스킨 디렉토리: OK <br />-----------------------------<br />이렇게 이상없는데......</p>]]></content>
			<author>
				<name><![CDATA[홍의찬]]></name>
			</author>
			<updated>2008-02-13T13:05:41Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=24151#p24151</id>
		</entry>
</feed>
