About 1,940,000 results
Open links in new tab
  1. How to Show/List Tables in MySQL Database - GeeksforGeeks

    Jun 11, 2024 · In MySQL, The SHOW TABLES command is used to list the tables in a specific database. It provides a simple way to see the tables that exist within a database without …

  2. MySQL command line not doing anything - Stack Overflow

    Mar 17, 2019 · You need to terminate the command with a semicolon (;). Or you terminate it with a literal \G to show 'vertical table' output instead of 'horizontal table' output. I'm completely new …

  3. Command prompt does not show wide MySQL tables - Stack Overflow

    Oct 30, 2012 · I have came across strange issue with Windows Command Prompt and MySQL. Somehow command prompt does not show wide table correctly. I have simple table: +----------- …

  4. In mysql, the show databases; command doesn't list all of my databases

    Mar 4, 2012 · First, you have to log in using your username and password before you issue show databases command on cmd. If you request show databases without this, cmd will only show …

  5. Display Database, Table, and Column Information - MySQL

    mysqlshow provides a command-line interface to several SQL SHOW statements. See Section 15.7.7, “SHOW Statements”. The same information can be obtained by using those …

  6. mysql commands are not working properly from terminal

    Nov 6, 2015 · You typed an incomplete command and because this you see. mysql> SHOW DATABASES -> The mysql CLI waits for the completion of the command SHOW …

  7. MySQL SHOW TABLES: List Tables In a MySQL Database - MySQL

    This tutorial shows you step by step how to use the MySQL SHOW TABLES command to list tables and views in a particular database.

  8. mysql - "SHOW TABLES" command returning tables not in the …

    Jun 7, 2016 · I was debugging a backup script at work and noticed that for some of our bigger tables (greater than 5GB), I'm noticing an odd discrepancy. If I run the command mysql -h …

  9. List (Show) Tables in a MySQL Database - Linuxize

    Oct 10, 2019 · This article shows how to list tables in a MySQL or MariaDB database via the command line. Show MySQL Tables # To get a list of the tables in a MySQL database, use …

  10. MySQL :: MySQL 8.4 Reference Manual :: 15.7.7.39 SHOW TABLES

    SHOW TABLES lists the non-TEMPORARY tables in a given database. You can also get this list using the mysqlshow db_name command. The LIKE clause, if present, indicates which table …

  11. Some results have been removed
Refresh