Question: To access localhost mysql server with default administrative user and password we provide ______ command from shell/command prompt. NB: use -h, -u -p -D options in order to access test database.
A
mysql -h localhost -u root -p -D test
Note: Not available