• 🏠 Home
  • 🧰 Online Generators
  • 📰 Blog
  • 🔎 Search
  • 📧 Contact
  • 📘 Guestbook
  • 🗞️ News
  • 💰 Support
  • ℹ️ Info: The website has been modernized to improve readability and smartphone compatibility. Feel free to report any bugs using the contact form

    MySQL basic commands


    Display a list of all Databases on the server:

      show databases;

    Connect to a Database:

      connect Database_Name;

    Display a list of all tables on the Database:

      show tables;

    Display all datas on a table:

      select * from Table_Name;

    Go Back



    (c) 2005-2025 Jérôme DESMOULINS
    Data privacy