Using the MySQL database system |
|
Compared to Sybase and Oracle, MySQL has fewer features, but it compensates by having better performance.
mysql -h hostname -u username -p
where hostname is the host (currently
dbhost.nmt.edu), and
username is your username. You will be prompted for
your password.