hi...ive trying to install this forum now for days and still cannot get it to work..this is what i did...
These are not my actually user & pw ...just examples...
Host: mysql241.test.net
Database: abcd
User abcd
Password: 1234
'Enter the details of your Microsoft SQL Server or MySQL Server and database below
'*********************************************************************************
strSQLServerName = "mysql241.test.net" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)
strSQLDBUserName = "abcd" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "1234" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "abcd" 'Holds the name of the database
'Initilise the DB Connection String
strCon = "Server=mysql241.test.net" & strSQLServerName & ";User ID=abcd" & strSQLDBUserName & ";Password=1234" & strSQLDBPassword & ";Database=abcd" & strSQLDBName & ";"
End If
that is how i inputed in my database_connection.asp...
then when i went to msSQL_server_setup.asp it give me three things to put in....
SQL Server Username: abcd
SQL Server Password: 1234
SQL Server Username for creating tables: abcd
and get this message...
Error Connecting to database on SQL Server
Check the following is set up and correct:-
SQL Server User Name SQL Server Password Name of the SQL Server Database name set up by you on the server Empty Database set up by you on the SQL Server
Check also that you have entered the correct details in the file 'database_connection.asp' found in the 'database' directory.
|
what am i doing wrong?!!? please help....thanks