Sorry, new user question
I need some help setting the 'database_connection.asp' file up as I am getting the following error when trying to create the tables on the mySQL_server_setup.asp page:
Error Creating the Table tblCategory [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblForum [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblTopic [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblThread [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblAuthor [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblPMMessage [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblBuddyList [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblConfiguration [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblDateTimeFormat [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblGroup [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblPoll [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblPollChoice [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblPollVote [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblEmailNotify [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblPermissions [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblSession [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblGuestName [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblSmut [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating the Table tblBanList [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error Creating one or more Indexs [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error entering default values in the Table tblGroup [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error entering default values in the Table tblAuthor [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error entering default values in the Table tblConfiguration [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error entering default values in the Table tblDateTimeFormat [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
Error entering default values in the Table tblSmut [MySQL][ODBC 3.51 Driver][mysqld-5.0.20-nt]No database selected
mySQL database is set up, but with Error! |
For instance if my 'mysql' database is named forum, my server address is 192.168.0.1, my username is administrator and my password is pass
How do I edit the database_connection.asp file? I have tried differnet things but nothing works.
I am editing the following line:
strCon = "Server=" & strSQLServerName & ";User ID=" & strSQLDBUserName & ";Password=" & strSQLDBPassword & ";Database=" & strSQLDBName & ";"
Sorry if this is a stupid question!
Adam