Select a MySQL Database on Linux via Command Line

Video Player is loading.
Current Time 0:00
Duration -:-
Loaded: 0%
Stream Type LIVE
Remaining Time -:-
 
1x
7 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/.elect-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
Show more
Be the first to comment