<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : newbie problem installing</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : newbie problem installing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 10:05:21 +0000</pubDate>
  <lastBuildDate>Sat, 23 Dec 2006 03:28:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=22253</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[newbie problem installing :    ninjaxryder wrote:&amp;#039;Enter...]]></title>
   <link>https://forums.webwiz.net/newbie-problem-installing_topic22253_post118615.html#118615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 22253<br /><strong>Posted:</strong> 23&nbsp;December&nbsp;2006 at 3:28am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by ninjaxryder" alt="Originally posted by ninjaxryder" style="vertical-align: text-bottom;" /> <strong>ninjaxryder wrote:</strong><br /><br /><div>'Enter the details of your Microsoft SQL Server or MySQL Server and database below<br>&nbsp;'*********************************************************************************<br>&nbsp;<br>&nbsp;strSQLServerName = "<span id="lblDBUrlVal">mysql241.test.net</span>" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)<br>&nbsp;strSQLDBUserName = "abcd" 'Holds the user name (for SQL Server Authentication)<br>&nbsp;strSQLDBPassword = "1234" 'Holds the password (for SQL Server Authentication)<br>&nbsp;strSQLDBName = "abcd" &nbsp;'Holds the name of the database</div></td></tr></table><br><br>Thats correct, leave that as it is, also your host may supply a ip address to connect to your MySQL so try that and also try 'localhost'<br>My host supplies a full domain to connect to my MySQL but it never works where as the simple 'localhost' way does<br>]]>
   </description>
   <pubDate>Sat, 23 Dec 2006 03:28:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/newbie-problem-installing_topic22253_post118615.html#118615</guid>
  </item> 
  <item>
   <title><![CDATA[newbie problem installing : You don&amp;#039;t enter the details...]]></title>
   <link>https://forums.webwiz.net/newbie-problem-installing_topic22253_post118609.html#118609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25313">Melkor</a><br /><strong>Subject:</strong> 22253<br /><strong>Posted:</strong> 23&nbsp;December&nbsp;2006 at 12:05am<br /><br /><P>You don't enter the details in the connection string, just where the strings are assigned values;</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;strSQLServerName = "<SPAN id=lblDBUrlVal>mysql241.test.net</SPAN>" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)<BR>&nbsp;strSQLDBUserName = "abcd" 'Holds the user name (for SQL Server Authentication)<BR>&nbsp;strSQLDBPassword = "abcd" 'Holds the password (for SQL Server Authentication)<BR>&nbsp;strSQLDBName = "1234" &nbsp;'Holds the name of the database</P><P>&nbsp;<BR>&nbsp;<BR>&nbsp;'Initilise the DB Connection String<BR>&nbsp;strCon = "Server=" &amp; strSQLServerName &amp; ";User ID=" &amp; strSQLDBUserName &amp; ";Password=" &amp; strSQLDBPassword &amp; ";Database=" &amp; strSQLDBName &amp; ";"<BR>End If</pre></td></tr></table></P>]]>
   </description>
   <pubDate>Sat, 23 Dec 2006 00:05:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/newbie-problem-installing_topic22253_post118609.html#118609</guid>
  </item> 
  <item>
   <title><![CDATA[newbie problem installing : hi...ive trying to install this...]]></title>
   <link>https://forums.webwiz.net/newbie-problem-installing_topic22253_post118603.html#118603</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25377">ninjaxryder</a><br /><strong>Subject:</strong> 22253<br /><strong>Posted:</strong> 22&nbsp;December&nbsp;2006 at 9:50pm<br /><br />hi...ive trying to install this forum now for days and still cannot get it to work..this is what i did...<DIV>&nbsp;</DIV><DIV>These are not my actually user &amp; pw ...just examples...<BR>Host: <SPAN id=lblDBUrlVal>mysql241.test.net</SPAN></DIV><DIV><SPAN></SPAN>Database: abcd<BR>User abcd<BR>Password:&nbsp;1234<BR></DIV><DIV>&nbsp;</DIV><DIV>'Enter the details of your Microsoft SQL Server or MySQL Server and database below<BR>&nbsp;'*********************************************************************************<BR>&nbsp;<BR>&nbsp;strSQLServerName = "<SPAN id=lblDBUrlVal>mysql241.test.net</SPAN>" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)<BR>&nbsp;strSQLDBUserName = "abcd" 'Holds the user name (for SQL Server Authentication)<BR>&nbsp;strSQLDBPassword = "1234" 'Holds the password (for SQL Server Authentication)<BR>&nbsp;strSQLDBName = "abcd" &nbsp;'Holds the name of the database</DIV><DIV>&nbsp;<BR>&nbsp;<BR>&nbsp;'Initilise the DB Connection String<BR>&nbsp;strCon = "Server=<SPAN id=lblDBUrlVal>mysql241.test.net</SPAN>" &amp; strSQLServerName &amp; ";User ID=abcd" &amp; strSQLDBUserName &amp; ";Password=1234" &amp; strSQLDBPassword &amp; ";Database=abcd" &amp; strSQLDBName &amp; ";"<BR>End If</DIV><DIV>&nbsp;</DIV><DIV>that is how i inputed in my database_connection.asp...</DIV><DIV>&nbsp;</DIV><DIV>then when i went to msSQL_server_setup.asp it give me three things to put in....</DIV><DIV>&nbsp;</DIV><DIV>SQL Server Username: abcd</DIV><DIV>SQL Server Password: 1234</DIV><DIV>SQL Server Username for creating tables: abcd</DIV><DIV>&nbsp;</DIV><DIV>and get this message...</DIV><DIV>&nbsp;</DIV><DIV><TABLE cellSpacing=0 cellPadding=0 width=702 align=center><T><TR><TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>&nbsp; <BR><B>Error Connecting to database on SQL Server</B><BR><BR>Check the following is set up and correct:- <BR><BR>SQL Server User Name<BR>SQL Server Password<BR>Name of the SQL Server<BR>Database name set up by you on the server<BR>Empty Database set up by you on the SQL Server<BR><BR>Check also that you have entered the correct details in the file 'database_connection.asp' found in the 'database' directory.<BR></FONT></TD></TR></T></TABLE></DIV><DIV>&nbsp;</DIV><DIV>what am i doing wrong?!!? please help....thanks</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 21:50:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/newbie-problem-installing_topic22253_post118603.html#118603</guid>
  </item> 
 </channel>
</rss>