1. Computing

Discuss in my forum

Login to your MySQL Server from UNIX Shell

By , About.com Guide

Definition: You can login to your MySQL Server from UNIX Shell using this line:
mysql_dir/bin/mysql -h hostname -u root -p 
Obviously mysql_dir is replaced by the actual directory path. The -h is not always necessary.
Also Known As: MySQL Shell Login
  1. About.com
  2. Computing
  3. PHP / MySQL
  4. MySQL Commands
  5. mysql login - mysql unix login - sql login

©2013 About.com. All rights reserved.