Install MySQL
on your Virtual Server.
Once you have MySQL running on your Virtual Server, you need to create
a TWIG user with appropriate privileges and some TWIG tables in the
MySQL database. This is easily done using two MySQL command files we have
created for you and included in the TWIG installation archive you have
already installed. If this is the first time you have installed MySQL on
your Virtual Server, use these commands:
% mysql -u root < ~/usr/local/etc/httpd/htdocs/twig/twig.table.mysql
% mysqladmin -u root reload
If you have previously installed MySQL on your Virtual Server and
have already set a root password for MySQL, use the following commands
instead of those above, substituting the password you have set for
PASSWD:
% mysql -u root -pPASSWD < ~/usr/local/etc/httpd/htdocs/twig/twig.table.mysql
% mysqladmin -u root -pPASSWD reload