|
|
|
리눅스팁 Go Unix Power Tools Online Book
Go Bash Guide
|
|
Read No. 185 article |
2003-03-29 03:32:21 |
|
|
|
|
NickName |
세라핌 |
Subject |
제로보드 사용시 쉽게 전체 DB백업 방법 |
|
|
제로보드 사용시 쉽게 전체 DB백업 방법
admin/dbDump.php 파일을 열어서
88번째 줄입니다.
$result = mysql_query("show table status from $dbname
like 'zetyx%'",$connect) or die(mysql_error());
이부분을 아래와 같이 수정합니다.
$result = mysql_query("show table status from $dbname",$connect) or die
(mysql_error());
수정후 관리자 모드에서 DB를 백업하시면 됩니다.
|
|
Page Loading [ 0.02 Sec ]
SQL Time [ 0 Sec ]
|
|
|