[Top]
Mysql
Mysql.mysql
|
Method Mysql.mysql()->list_dbs()
- Method
list_dbs
Mysql.mysql_result list_dbs()
Mysql.mysql_result list_dbs(string wild)
- Description
List databases
Returns a table containing the names of all databases in the
Mysql-server. If the argument wild is specified, only those matching
it will be returned.
- See also
list_tables() , list_fields() , list_processes() ,
Mysql.mysql_result
|