|
For the World's Most Important Web Site - YOURS! VPS v1 Support Documentation |
|||||
|
|
Installing MySQLTo install MySQL, connect to your Virtual Private Server via Telnet or SSH and do the following: % vinstall mysql This installation program installs all the necessary files for you to run MySQL. The MySQL home directory is ~/usr/local/mysql. The installation program also starts the MySQL daemon running on your server and configures the Virtual Private Server to automatically restart the MySQL daemon if the host server happens to reboot. Should you ever need to restart the MySQL daemon from the command prompt, you can do so using the following command: /usr/local/bin/daemon -f /usr/local/bin/virtual/ \ /usr/local/mysql/bin/safe_mysqld --pid-file=/usr/local/mysql/var/username.pid While the the MySQL daemon is running, the mysql.sock file will be stored in your ~/tmp directory.
The mysql ClientTo use the mysql client, connect to your server via SSH or Telnet and type: % 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: The MySQL client is designed to be able to report errors in numerous languages. While this does not affect the way you use MySQL, having the error messages in your native language could make understanding the errors easier. For more information, see the following: To make starting MySQL easier, you can create a file with all your start-up options instead of having to type in all the different flags at the command prompt. To do this, create a file in your ~/etc/ directory called my.cnf. The contents of the file would look like this if you wanted MySQL to report error messages in Japanese: [mysqld] language = japanese default-character-set = ujis DocumentationManpages are available and can be accessed by typing the following during a telnet or SSH session with your Virtual Private Server: % man -M $HOME/usr/local/mysql/man mysql There is also a considerable volume of documentation on the MySQL web site: |
||||
|
© 1996 - 2008 Web Hosting Solutions 1311 Darcann Drive, Columbus, OH 43220 1-888-522-3738 Money Back Guarantee 99.9% Uptime Guarantee Like sports? Visit ColumbusSports.com |