2013-03-27 11:42:22 - 본인 요청으로 인한 삭제 (냉무) ☆ 정보
2013-03-27 11:42:22 - 본인 요청으로 인한 삭제 (냉무) ☆
본문
추천
0
0
댓글 13개


저도 태산입니다. ㅠㅠ

犬 太山 이군요 ... ㅠㅠ

ㅠㅠ 엉엉 ㅠㅠ

현재 php 5.3.17버전과 mysql 5.5.28 버전을 쓰고 있는데 별이상없이 잘 사용하고 있습니다.....^^

조금 더 높여야 하겠군요 ... ^^

음....아무래도 테이블 최적화를 해보심이 어떨까요

테이블 최적화 수시로 하고 있습니다.
어디서 꼬인건지 ... 최적화도 별 소용이 없어요 .. ㅠㅠ
어디서 꼬인건지 ... 최적화도 별 소용이 없어요 .. ㅠㅠ
제가 봤을때는 tmp 용량부족 문제 일수도 있겠는데요..
용량 확보후에
my.ini 에 이거 추가 하세여~
[mysqld]
tmp = "C:\<용량확보한곳 경로>"
용량 확보후에
my.ini 에 이거 추가 하세여~
[mysqld]
tmp = "C:\<용량확보한곳 경로>"

별 뻘짓을 다했습니다. ㅠㅠ

윈도우 mysql 에서 테이블이 잘 깨지는것 같더군요

그러게 말입니다.
윈도 불안 불안해요...
윈도 불안 불안해요...

구글링 해보니
http://stackoverflow.com/questions/13069526/mysql-bug-in-php
There are several reasons for this Error:
1.No disk space left
2.Antivirus or Microsoft Security Essential blocks the file
3.Running two instances of MySQL which are trying to write the same file
4.The user running MySQL has sufficient rights on this folder
Solutions
•Rename(delete) the file •Stop MySQL, rename the file, start MySQL.
•Add the folder to the Antivirus's/Microsoft Security Essential's exclude list
•Check in the taskmanager if there are two instances running of mysql(d).
•Running defrag
•Restart Computer/MySQL
•When you have PhpMyAdmin installed, select your database, scroll down and select and click "Repair".
•When the error occurred when using mysqldump add this parameter: --skip-lock-tables and --lock-tables=false
에서
Microsoft Security Essential's exclude list <-- 문구....
즉, Defender 때문이 아닐지...
http://www.spectorsoft.com/products/eblaster_windows/help/v70/webhelp/Antivirus/Microsoft_Windows_Defender_7.htm
와 같이 Defender 띄우고 도구--> 옵션에서
제외된 파일 및 폴더에 위의 DB 디렉토리을 추가하시면 어떨까요?
혹시 해보셨다면...OTL...
http://stackoverflow.com/questions/13069526/mysql-bug-in-php
There are several reasons for this Error:
1.No disk space left
2.Antivirus or Microsoft Security Essential blocks the file
3.Running two instances of MySQL which are trying to write the same file
4.The user running MySQL has sufficient rights on this folder
Solutions
•Rename(delete) the file •Stop MySQL, rename the file, start MySQL.
•Add the folder to the Antivirus's/Microsoft Security Essential's exclude list
•Check in the taskmanager if there are two instances running of mysql(d).
•Running defrag
•Restart Computer/MySQL
•When you have PhpMyAdmin installed, select your database, scroll down and select and click "Repair".
•When the error occurred when using mysqldump add this parameter: --skip-lock-tables and --lock-tables=false
에서
Microsoft Security Essential's exclude list <-- 문구....
즉, Defender 때문이 아닐지...
http://www.spectorsoft.com/products/eblaster_windows/help/v70/webhelp/Antivirus/Microsoft_Windows_Defender_7.htm
와 같이 Defender 띄우고 도구--> 옵션에서
제외된 파일 및 폴더에 위의 DB 디렉토리을 추가하시면 어떨까요?
혹시 해보셨다면...OTL...
;;;;;;;