复制代码 代码如下:
mysql_connect("localhost", "root","1981427") //连接位于localhost的服务器,用户名为root
?>
复制代码 代码如下:
@mysql_connect("localhost", "root","1981427")
or die("数据库服务器连接失败");
?>
复制代码 代码如下:
@mysql_connect("localhost", "root","1981427") //选择数据库之前需要先连接数据库服务器
or die("数据库服务器连接失败");
@mysql_select_db("test") //选择数据库mydb
or die("数据库不存在或不可用");
?>
http://www.bkjia.com/PHPjc/319923.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/319923.htmlTechArticle复制代码 代码如下: ?php mysql_connect("localhost", "root","1981427") //连接位于localhost的服务器,用户名为root ? 复制代码 代码如下: ?php @mysql_connect...
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn