 * $Id: INSTALL,v 1.1.1.1 2003/07/22 18:26:10 jpinto Exp $

# First create the required database and user
# setup the MySQL connection info on services.dconf
mysql -u root mysql -p < create_db_user.sql
# Then create the tables - the default password is "ptlink"
mysql -u sadmin ptlink_services -p < create_tbl_nicks.sql
mysql -u sadmin ptlink_services -p < create_tbl_chans.sql

Then set the MySQL* options on services.conf .