Login using Social Account
     Continue with GoogleLogin using your credentials
Once you connect to MySQL Server and/or switch to a database, and you may use various commands to get information about database environment and your session.
SELECT USER();
SELECT CONNECTION_ID();
SELECT DATABASE();
SELECT VERSION();
SHOW DATABASES;
SHOW VARIABLES WHERE Variable_name = 'port';
SHOW VARIABLES WHERE Variable_name = 'hostname';
All information in one go using 'status' command
status
Taking you to the next topic in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...