IT Log

Record various IT issues and difficulties.

Tag: SHOW TABLES


  • Introduction to MySQL · Database Operations

    Table of Contents Preface: Add About Encoding Delete Inquire Modify Preface: From the previous text, we can see that MySQL is currently the mainstream database. mysql is a client, mysqld is a network service, and mysqld is also a database service. For a database, it is a way to store and organize data, so we…


  • How to View Front-End Operations on the InterSystems IRIS Database

    To view front-end operations on the InterSystems IRIS database, follow these steps: Access InterSystems Terminal: Open the InterSystems Terminal to execute commands. Run SHOW TABLES: Type SHOW TABLES; to list all tables in the database. List Active Connections: Use LIST CONN; to see current connections and their details. Execute Caché Query Analyzer (CQA): Launch CQA…