SQL Tutorial

3 / 68

Assessment Question - Login to MySQL Database

We will study more about database systems and MySQL in particular, in upcoming sessions.

But first, let's get a basic hands on with MySQL to start with.

In this exercise, you will login to MySQL prompt on Linux terminal.

INSTRUCTIONS

To connect to MySQL, run below command with correct details.

mysql -u sqoopuser -pNHkkP876rp -h cxln2.c.thelab-240901.internal


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...