文件名称:获得所有的数据库-PHP操作数据库
文件大小:1.02MB
文件格式:PPT
更新时间:2024-05-13 13:39:41
PHP
获得所有的数据库 要查询系统中都存在哪些数据库,可使用mysql_list_dbs()函数,该函数的语法格式: mysql_list_dbs()函数返回的结果集中包含了MySQL服务器中所有的数据库。 示例:mysql_info\mysql_list_dbs.php information_schema bkstore course d51 db_database18 resource mysql_list_dbs ([ resource $link_identifier ]