虛擬主機(jī)域名注冊-常見問題 → 數(shù)據(jù)庫問題 → 數(shù)據(jù)庫問題 | |||||||
清空MYSQL數(shù)據(jù)庫的簡單辦法
也可以用如下辦法:
<?php $user = ""; //數(shù)據(jù)庫用戶名 $link = mysql_connect("localhost:3306",$user,$password); ?>
|
|||||||
>> 相關(guān)文章 | |||||||
虛擬主機(jī)域名注冊-常見問題 → 數(shù)據(jù)庫問題 → 數(shù)據(jù)庫問題 | |||||||
清空MYSQL數(shù)據(jù)庫的簡單辦法
也可以用如下辦法:
<?php $user = ""; //數(shù)據(jù)庫用戶名 $link = mysql_connect("localhost:3306",$user,$password); ?>
|
|||||||
>> 相關(guān)文章 | |||||||