Select a MySQL Database on Linux via Command Line

69 Views
Published
In this video, we describe how to select a MySQL/MariaDB database in Linux via the command line.

Commands used:
mysql -u root -p
SELECT database();
USE tutorial_database;

mysql> USE tutorial_database;
Database changed

The related article for this article can be found here: https://www.liquidweb.com/kb/select-a-mysql-database-on-linux-via-command-line/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/.

To learn more about our cloud dedicated offerings, visit: https://www.liquidweb.com/products/dedicated/"


Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment