Installing MySQLTo install MySQL, connect to your Virtual Server via Telnet or SSHand do the following according to your Virtual Server O/S:
These installation programs install all the necessary files for you to run MySQL. The MySQL home directory is ~/usr/local/mysql. The installation programs also start the MySQL daemon running on your Virtual Server and configure the Virtual Server to automatically restart the MySQL daemon if your Virtual Server host server happens to reboot. Should you ever need to restart the MySQL daemon from the command prompt, you may do so using the following command, depending on your Virtual Server O/S:
While the the MySQL daemon is running, the mysql.sock file will be stored in your ~/tmp directory.
The mysql Client
% virtual /usr/local/mysql/bin/mysql -u root This command will start the MySQL client as the root user. You can add more users by following the directions in the MySQL Reference Manual: Documentation
% man -M $HOME/usr/local/mysql/man mysql |