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