list all databases in mysql

  1. bhawanisingh

    How to list MySQL databases through command line ?

    To list MySQL databases you have to login as root user. You can use mysql command to list all available databases. MySQL is simple command line tool which is simple and easy in use. First, you have to login into the MySQL server through this command line ; ----- # mysql -u root -p ***** -----...
Top