mysql_db_name Get result data Description stringmysql_db_name resourceresult introw mixed field mysql_db_name takes as its first parameter the result pointer from a call to mysql_list_dbs. The row parameter is an index into the result set. If an error occurs, &false; is returned. Use mysql_errno and mysql_error to determine the nature of the error. <function>mysql_db_name</function> example ]]> For backward compatibility, mysql_dbname is also accepted. This is deprecated, however.