About 18,300,000 results
Open links in new tab
  1. How to Show a List of All Databases in MySQL - GeeksforGeeks

    Jul 8, 2024 · In this article, you will discover how to list all the databases in MySQL along with some examples. The MySQL, SHOW DATABASES is used to list the databases that are …

  2. MySQL SHOW DATABASES: List All Databases in MySQL

    In this tutorial, you will learn to list databases in the MySQL database server using the MySQL SHOW DATABASES command.

  3. How To Show a List All of Databases in MySQL (Command Line)

    Oct 13, 2022 · To show all databases in MySQL, follow the steps below: 1. Open a terminal window and enter the following command: mysql -u username -p Replace username with your …

  4. How to List of All Databases in MySQL - MySQL Tutorial

    You can list all the databases available in the MySQL server without logging into the MySQL server from the command line itself using the -e flag followed by the SHOW DATABASES …

  5. How to Show a List of All Databases in MySQL - Linuxize

    Jun 21, 2019 · This tutorial explains how to show all databases in a MySQL or MariaDB server through the command line. Show MySQL Databases The most common way to get a list of the …

  6. How to select a MySQL database through CLI? - Stack Overflow

    Nov 9, 2023 · Use the following steps to select the database: it will prompt for password, Please enter password. Now list all the databases. select the database which you want to select using …

  7. How To Use MySQL From The Command Line [With Examples]

    Apr 1, 2025 · Having the MySQL location available in the PATH environment variable helps to invoke the commands easily without navigating to the location of the binary/executable always. …

  8. How to show existing databases in MySQL? - Tutorial Kart

    This is useful when you need to check existing databases, verify successful database creation, or simply explore the available database structures. In this tutorial, we will explain how to display …

  9. MySQL :: MySQL 9.3 Reference Manual :: 6.5.6 mysqlshow — …

    The mysqlshow client can be used to quickly see which databases exist, their tables, or a table's columns or indexes. mysqlshow provides a command-line interface to several SQL SHOW …

  10. How To List MySQL Databases (Step-by-Step Code Tutorial) - Kinsta

    Dec 12, 2022 · To list MySQL databases, the user must be authorized to access all databases, or you must set a global SHOW DATABASES privilege that grants access to all users. Make sure …

  11. Some results have been removed
Refresh