<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 업그레이드 실패 문구..어떻게 대응해야하나요?]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=5353&amp;type=atom"/>
	<updated>2008-05-13T16:47:20Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=5353</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 업그레이드 실패 문구..어떻게 대응해야하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=27012#p27012"/>
			<content type="html"><![CDATA[<p>답변이 될지는 모르겠습니다만 </p><p>1.6버젼을 쓰고 있는 저 역시 몇 시간전 부터 갑자기 로그인과 비밀번호 찾기가 안되어 버젼의 오류가 있는가</p><p>보다 하고 1.6.3 버젼으로 업그레이드를 하다가 &quot;동시 접속자 관리를 위하여 ...&quot;라는 문구가 나오더군요</p><p>저 역시 몇시간 전부터 게시판 들락날락 거리며 index도 해보고 이것저것 다 해봤는데 안되더군요.</p><p>결론부터 말씀드리자면 저 같은 경우엔 1.6 에서 1.5의 마지막 버젼으로 갔다가 1.6.3 버젼으로 갈아왔습니다.</p><p>그냥 ftp에서 1.5버젼으로 쫙 업로드 후 접속을 하니 &quot;동시 접속자 관리를 위하여..&quot;라고 뜨더니</p><p>다시 재접속을 하니 그런 현상이 사라졌습니다. 덕분에 지금 1.6.3버젼으로 무사히 업그레이드를 했네요.</p><p>전문적인 지식이 없는 관계로 뭐 어떻게 설명할 길은 없구요 저 같은 경우엔 위의 방법으로 변경을 했습니다.</p><p>혹시나 님에게도 이런 방법이 적용이 되었으면 하네요.</p>]]></content>
			<author>
				<name><![CDATA[haru]]></name>
			</author>
			<updated>2008-05-13T16:47:20Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=27012#p27012</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 업그레이드 실패 문구..어떻게 대응해야하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26551#p26551"/>
			<content type="html"><![CDATA[<p>으음 인덱스 설정이 변경되어도 큰 문제 자체는 없습니다만 껄끄럽기는 하겠군요... </p><p>현재 구조가 어떤지 모르겠네요.^^ 혹시 설치된 mysql에서 sessions 테이블의 구조를 알려주셨으면 합니다.</p><p>설치한 서버에 콘솔로 접근하셔서 (ssh나 telnet 으로 접속을....)</p><div class="quotebox"><blockquote><p>mysql -u 데이터베이스id -p 데이터베이스이름</p></blockquote></div><p>입력하시면 암호 입력하는 곳이 나올겁니다. 그 때 데이터베이스 암호를 입력하시면 </p><div class="quotebox"><blockquote><p>Reading table information for completion of table and column names<br />You can turn off this feature to get a quicker startup with -A</p><p>Welcome to the MySQL monitor.&nbsp; Commands end with ; or \g.<br />Your MySQL connection id is 59889<br />Server version: 5.0.51a-3ubuntu5-log (Ubuntu)</p><p>Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.</p><p>mysql&gt;</p></blockquote></div><p>이런 부분이 뜰겁니다.</p><p>여기서 mysql&gt; 부분에 </p><div class="quotebox"><blockquote><p>mysql&gt; desc tt_Sessions;</p></blockquote></div><p>(tt_ 부분은 처음 설치할 때 입력한 prefix입니다. 까먹으셨으면 config.php를 열어 보시면 써 있을겁니다)</p><p>를 입력하면 표가 하나 나올겁니다.</p><div class="quotebox"><blockquote><p>+--------------+---------------+------+-----+---------+-------+<br />| Field&nbsp; &nbsp; &nbsp; &nbsp; | Type&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | Null | Key | Default | Extra |<br />+--------------+---------------+------+-----+---------+-------+<br />| id&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| varchar(32)&nbsp; &nbsp;| NO&nbsp; &nbsp;| PRI |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| address&nbsp; &nbsp; &nbsp; | varchar(15)&nbsp; &nbsp;| NO&nbsp; &nbsp;| PRI |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| userid&nbsp; &nbsp; &nbsp; &nbsp;| int(11)&nbsp; &nbsp; &nbsp; &nbsp;| YES&nbsp; |&nbsp; &nbsp; &nbsp;| NULL&nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp;| <br />| preexistence | int(11)&nbsp; &nbsp; &nbsp; &nbsp;| YES&nbsp; |&nbsp; &nbsp; &nbsp;| NULL&nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp;| <br />| data&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| varchar(2048) | YES&nbsp; |&nbsp; &nbsp; &nbsp;| NULL&nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp;| <br />| server&nbsp; &nbsp; &nbsp; &nbsp;| varchar(64)&nbsp; &nbsp;| NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| request&nbsp; &nbsp; &nbsp; | varchar(255)&nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| referer&nbsp; &nbsp; &nbsp; | varchar(255)&nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| timer&nbsp; &nbsp; &nbsp; &nbsp; | float&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| created&nbsp; &nbsp; &nbsp; | int(11)&nbsp; &nbsp; &nbsp; &nbsp;| NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />| updated&nbsp; &nbsp; &nbsp; | int(11)&nbsp; &nbsp; &nbsp; &nbsp;| NO&nbsp; &nbsp;| MUL | 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp;| <br />+--------------+---------------+------+-----+---------+-------+<br />11 rows in set (0.00 sec)</p></blockquote></div><p>이런 식으로 뜹니다. 이 화면을 긁어서 여기 붙여 주시면 도움을 드리기 쉬울듯 합니다.^^</p><p>덧) 테이블 구조를 열람하는 디버그 모드를 하나 만들어야 하겠다는 생각이....</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2008-04-28T11:15:55Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26551#p26551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[업그레이드 실패 문구..어떻게 대응해야하나요?]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=26537#p26537"/>
			<content type="html"><![CDATA[<p>로그인이 계속 안되서 다른 분들의 조언을 듣고 업글을 시도 했는데 실패했습니다;;;</p><p>플러그인 폴더도 변경시켜놓고..1.6.3으로 업그레이드 했는데<br />아래와 같은 오류가 나옵니다. </p><br /><p>텍스트큐브 점검을 시작합니다.<br />버전 검사<br />기존 버전 - 1.6.1 : Arpeggio <br />현재 버전 - 1.6.3 : Tenuto <br />변경 중<br />동시 접속자 관리를 위하여 세션 테이블의 인덱스 설정을 변경합니다.: 실패 </p><br /><p>여기서 검색해보니 비슷한 문제 (버전은 달랐지만) 있었길래 거기 나온대로 checkup.php에서 KEY를 INDEX로 바꿔봤는데 똑같네요..</p><p>어떻게 해야할지 조언 좀..부탁드립니다~</p>]]></content>
			<author>
				<name><![CDATA[Chief]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2457</uri>
			</author>
			<updated>2008-04-27T10:06:53Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=26537#p26537</id>
		</entry>
</feed>
