Step 5-1:
Database Host:
Your MySQL server name. If it resides on the same server as the web server,
you should enter 'localhost'
Database Name:
The name of the database you created for EQdkp, usually 'eqdkp'.
Database Username:
The username with permission to access the database. If you didn't
create the database yourself, your host should have given you this
information.
Database Password:
The password used with the username from above.
Prefix for EQdkp tables:
Simply prefixes the name of each table that EQdkp creates and uses.
The default of 'eqdkp_' should be sufficient for most installations.
Domain Name:
Should be detected automatically by the installation script, but if not
just put the domain name of your server here (ex: mydomain.com,
Untitled Document).
Webserver port:
Unless the web server is running on a port other than the default (80), just leave
the setting as-is.
Script path:
The path following the domain name where the script is located. Example: If the full
path to the install script is
http://mydomain.com/user/eqdkp/, you would enter
'/user/eqdkp/', if the full path was
http://mydomain.com/eqdkp/', the path would be
'/eqdkp/'.