DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) SHOW DATABASES

Info Catalog (mysql.info.gz) SHOW CREATE VIEW (mysql.info.gz) SHOW (mysql.info.gz) SHOW ENGINES
 
 13.5.4.7 `SHOW DATABASES' Syntax
 ................................
 
      SHOW {DATABASES | SCHEMAS} [LIKE 'PATTERN']
 
 `SHOW DATABASES' lists the databases on the MySQL server host.  You can
 also get this list using the `mysqlshow' command.  As of MySQL 4.0.2,
 you will see only those databases for which you have some kind of
 privilege, if you don't have the global `SHOW DATABASES' privilege.
 
 If the server was started with the `--skip-show-database' option, you
 cannot use this statement at all unless you have the `SHOW DATABASES'
 privilege.
 
 `SHOW SCHEMAS' can be used as of MySQL 5.0.2
 
Info Catalog (mysql.info.gz) SHOW CREATE VIEW (mysql.info.gz) SHOW (mysql.info.gz) SHOW ENGINES
automatically generated byinfo2html