Hi all,
I'am trying to config the forum, but i only get the error message below:
Error Connecting to database on mySQL Server Check the following is set up and correct:- mySQL Server User Name mySQL Server Password Name of the mySQL Server Database name set up by you on the server Empty Database set up by you on the mySQL Server Check also that you have entered the correct details in the file 'database_connection.asp' found in the 'database' directory.
|
I allready have an existing MySQL database running, so I want to configure it in the existing database. (maybe with anoter prefix)
I did change the database_connection.asp like below:
strSQLServerName = "mysql.my-site.nl"
strSQLDBUserName = "my username"
strSQLDBPassword = "my password"
strSQLDBName = "my existing database"
The Web Wiz Forums Database mySQL Setup site is working fine, but the only thing i cannot do is login with another userid.
This because of the fact I only have 1 userid to modify/add into the database. (with this ID i can get into the database with PHPMyAdmin)
(this is the same ID wich is used for the connection string - in the file database_connection.asp)
What is going wrong ?
Can someone help me with this ?
Regards,
Robert.
Edited by RmB2u - 31 July 2006 at 3:11pm