|
Installing MySQL - Also see: -
Using MS Access Databases with MySQL on Your Virtual Server Connect to your Virtual Server using Telnet and run the MySQL installation script by typing:
This command will automatically install all the necessary files for you to run MySQL v3.22.25. It will also start the mysql daemon running on your Virtual Server and setup the Virtual Server to restart the mysql daemon whenever your Virtual Server's host server reboots. Please note that after you install MySQL it is not necessary to run the mysql_install_db as described in Section 6.7 of the MySQL manual. To use the MySQL client type:
% mysql -u root This command will start the MySQL client as the root user. You can add more users by following the directions in Section 6.8 -- Adding new user privileges in the MySQL users manual.
Documentation and Support
~/usr/local/share/doc/mysql/manual.html Manpages are available on each Virtual Server host server and can be accessed by typing the following during a telnet session with your Virtual Server:
% man mysql While we do offer MySQL, we do not provide support for MySQL beyond the installation procedure which is presented above. For additional information and documentation see:
|