Integra currently utilizes MySQL as a database solution for customers with certain web hosting packages, WebBasic, WebPro and WebGlobal, on our UNIX servers. Once Integra creates your MySQL database for your website, you will need to use a scripting language such as PHP to interface with and make changes to that database. Common scripting packages are usually free to download.
When installing these packages, you will typically need to modify the configuration file and supply the following information:
Server or host name: mysql1
Username or login: This will be the same as your domain name with an underscore in place of the period. For example, if your domain name is mydomain.com, your username is mydomain_com.
Password: If you are unsure of your password, please contact Integra's ISP Support.
Database name: This will be the same as your username with an underscore and number at the end. For example, your first database would be named mydomain_com_1, the second would be mydomain_com_2, etc.