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: Database: MySql
 can't install via mysql
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

yigal7
Junior Member

297 Posts

Posted - 25 February 2008 :  11:44:22  Show Profile
i'm trying to install the forum with mysql but no luck.
what am i doing worng?
'strDBType = "sqlserver"
'strDBType = "access"
strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines and edit it so that it points to where your database is!
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=f:\Domains\leahshabat.com\wwwroot\hebsnit\yael_forums_2000.mdb" '## MS Access 2000
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 97 using virtual path
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 97 on Brinkster
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=f:\Domains\yiglu.com\wwwroot\forums\yiglu.mdb" '## MS Access 97
'strConnString = "Provider=SQLOLEDB;Data Source=dudy.mine.nu;database=Snitz;uid=snitz;pwd=snitz2000;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection)
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
strConnString = "driver=MySQL;server=****;uid=***;pwd=***;database=****" '## MySQL
'strConnString = "DSN_NAME" '## DSN

modifichicci
Average Member

Italy
787 Posts

Posted - 25 February 2008 :  11:54:12  Show Profile  Visit modifichicci's Homepage
i hope that your data in your post are a false one, or it would be better you delete them..

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

yigal7
Junior Member

297 Posts

Posted - 25 February 2008 :  12:09:13  Show Profile
yap it's ok.
Go to Top of Page

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 25 February 2008 :  12:33:44  Show Profile  Send pdrg a Yahoo! Message
Are the connection string settings all correct? The above appears fien to me, maybe try asking your host if you're still having trouble - they may have some oddball settings required?
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 25 February 2008 :  13:43:44  Show Profile  Visit AnonJr's Homepage
Might also want to make sure that your host has the MyODBC drivers installed.
Go to Top of Page

Graycode
Starting Member

7 Posts

Posted - 25 February 2008 :  13:45:30  Show Profile
quote:
Originally posted by yigal7
strConnString = "driver=MySQL;server=****;uid=***;pwd=***;database=****" '## MySQL



That's the old MyODBC 2.5 format. Didn't your config.asp file have an option for the newer MySQL?

strConnString = "driver={MySQL ODBC 3.51 Driver};option=16387;server=SERVER_IP;user=UID;password=PWD;DATABASE=DB_NAME;" '##MySQL w/ MyODBC v3.51
Go to Top of Page

yigal7
Junior Member

297 Posts

Posted - 04 March 2008 :  12:05:26  Show Profile
i added this line but no luck.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20593 Posts

Posted - 04 March 2008 :  12:33:28  Show Profile  Visit HuwR's Homepage
yigal7 are you using mysql or mssql as you seem to be posting questions in both the database forums !!
Go to Top of Page

yigal7
Junior Member

297 Posts

Posted - 04 March 2008 :  15:12:34  Show Profile
yap-trying to installed both since i have 6 domains to run and the MDB making lots of problems.
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07