清空MySQL数据库的一种简单办法 -云主机博士
保存为***.php,上传到网站目下运行就可以清空了。
<?php user = ""; //数据库用户名user="";//数据库用户名password = "";//数据库密码 db_name = "";//数据库名 ?dbname="";//数据库名?link = mysql_connect("localhost:3306",user,user,password); mysql_select_db("db_name",dbname",link); echo "<p>正在清空数据库..."; result=mysql_query("SHOW tables",result=mysqlquery("SHOWtables",link); while (currow=mysql_fetch_array(currow=mysqlfetcharray(result)) { mysql_query("drop TABLE IF EXISTS currow[0]"); echocurrow[0]");echocurrow[0]."<br>"; } echo "yunzhujiboshi.com恭喜你清空数据库成功</p>"; ?>