0 votes
in Sql by
How do you login to MySql using Unix shell?

1 Answer

0 votes
by

We can login through this command:

# [mysql dir]/bin/mysql -h hostname -u <UserName> -p <password>
...