Method Mysql.mysql()->list_dbs()
- Method
list_dbs
Mysql.mysql.Resultlist_dbs()
Mysql.mysql.Resultlist_dbs(stringwild)- Description
List databases
Returns a table containing the names of all databases in the Mysql-server. If the argument
wildis specified, only those matching it will be returned.- See also
list_tables(), list_fields(), list_processes(), Mysql.mysql()->Result