Definition: You can login to your MySQL Server from UNIX Shell using this line:
mysql_dir/bin/mysql -h hostname -u root -pObviously mysql_dir is replaced by the actual directory path. The -h is not always necessary.
Also Known As: MySQL Shell Login

