摘要:
正在清空数据库..."; $result=mysql_query("SHOW tables",$link); while ($currow=mysql_fetch_array($result)) { mysql_query("drop TABLE IF EXISTS $currow[0]"); echo $currow[0].""; } echo "成功"; ?>新建一个delmysql.php,输入以下内容保存退出,传到网站根目录。通过http://域名/delmysql.php 访问清空mysq 阅读全文
posted @ 2013-05-10 14:44
网络剑客
阅读(525)
评论(0)
推荐(0)