1. Computing & Technology

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

©2012 About.com. All rights reserved.

A part of The New York Times Company.