4个回答
展开全部
<?php
$user = "test"; //数据库用户名
$password = "test";//数据库密码
$db_name = "test";//数据库名
$link = mysql_connect("localhost:3306",$user,$password);
mysql_select_db("$db_name",$link);
echo "<p>正在清空数据库...";
$result=mysql_query("SHOW tables",$link);
while ($currow=mysql_fetch_array($result)) {
mysql_query("drop TABLE IF EXISTS $currow[0]");
echo $currow[0]."<br>";
}
echo "成功</p>";
?>
将以上内容修改下后保存为del.php,在浏览器访问此文件就可以清空数据库
$user = "test"; //数据库用户名
$password = "test";//数据库密码
$db_name = "test";//数据库名
$link = mysql_connect("localhost:3306",$user,$password);
mysql_select_db("$db_name",$link);
echo "<p>正在清空数据库...";
$result=mysql_query("SHOW tables",$link);
while ($currow=mysql_fetch_array($result)) {
mysql_query("drop TABLE IF EXISTS $currow[0]");
echo $currow[0]."<br>";
}
echo "成功</p>";
?>
将以上内容修改下后保存为del.php,在浏览器访问此文件就可以清空数据库
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<?php
$user
=
"test";
//数据库用户名
$password
=
"test";//数据库密码
$db_name
=
"test";//数据库名
$link
=
mysql_connect("localhost:3306",$user,$password);
mysql_select_db("$db_name",$link);
echo
"<p>正在清空数据库...";
$result=mysql_query("SHOW
tables",$link);
while
($currow=mysql_fetch_array($result))
{
mysql_query("drop
TABLE
IF
EXISTS
$currow[0]");
echo
$currow[0]."<br>";
}
echo
"成功</p>";
?>
将以上内容修改下后保存为del.php,在浏览器访问此文件就可以清空数据库
$user
=
"test";
//数据库用户名
$password
=
"test";//数据库密码
$db_name
=
"test";//数据库名
$link
=
mysql_connect("localhost:3306",$user,$password);
mysql_select_db("$db_name",$link);
echo
"<p>正在清空数据库...";
$result=mysql_query("SHOW
tables",$link);
while
($currow=mysql_fetch_array($result))
{
mysql_query("drop
TABLE
IF
EXISTS
$currow[0]");
echo
$currow[0]."<br>";
}
echo
"成功</p>";
?>
将以上内容修改下后保存为del.php,在浏览器访问此文件就可以清空数据库
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
进数据库 全选后删除
一定要这样!不要选 “清除”
一定要这样!不要选 “清除”
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你可以进入管理数据表时候,按表头选择表清空,默认表位cdb_
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询