how can you connect to the mysql serverin order


How can you connect to the MySQL Server?

In order to connect to the MySQL server it is necessary to give the username and password so this be able to done with

The following

% mysql -h local host -p -u root

-h local host to connect to MySQL server running on the local host

-p to tell mysql to prompt for a password

-u root to connect as the MySQL root user

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: how can you connect to the mysql serverin order
Reference No:- TGS0327812

Expected delivery within 24 Hours