Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Godaddy
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ump_ump
Starting Member

3 Posts

Posted - 17 May 2004 :  19:34:07  Show Profile
Has anyone set up SNITZ on a webserver at godaddy? Im having problems setting it up using MySQL. Any help in this area would be greatly appreciated. If you could post how you've got your connection string that would help!

Edited by - ump_ump on 17 May 2004 19:56:56

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 17 May 2004 :  20:13:51  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Before installing on an MySQL database, you need to have a database already created to use. This can be a new, empty database, or an existing database that you are using for the rest of your site.

Find the following line in config.asp:
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=UID;pwd=PWD;database=DBNAME" '## MySQL

Uncomment the line by deleting the ' character from the beginning of that file.

You will need the following information to connect to your database:
SERVER_NAME: This is usually 'localhost', an IP address such as '198.0.1.163' or a server address such as 'mysql.server.com', depending on your host. This is not the url for your website.
UID: This will be the username that has permission to connect to the database.
PWD: This will be the password for the username to connect to your database.
DB_NAME: This is the name of your database.


Simply replace the colored placeholders with your values.
Contact your host if you are uncertain about what to put for each value.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07