Connect to MySQL server

Connect to MySQL server

mysql -u root -p

Connect to remote MySQL server

mysql -h hostname -u username -p