I'm using mySQL 5.0.77 and PHP 5.3.3 trying to install vB 4.0.7.
Installing on a web server to connect to a separate DB server.
Stuck on step 2 with error:
Attempting to attach to database
Error description: mysql_pconnect(): Access denied for user 'root'@'(webserver's IP)' (using password: YES) C:\SVN\web\forums\includes\class_core.php on line 313
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
The root user has full rights to the DB server. I even created a different account w/ full rights and tried it.
I tried switching to mysqli as well, but rec. error:
Error description: mysqli_real_connect(): (28000/1045): Access denied for user 'root'@'webserver's IP' (using password: YES) C:\SVN\web\forums\includes\class_core.php on line 1265
I uninstalled PHP and vB completely, and reinstalled them, and am still stuck at this step. I am officially out of ideas. I thought it might be the password hashing issue (even though my versions are newer), so I've also tried w/ the old passwords.
I used SVN to upload. Could that have negatively impacted this?
Any other ideas would be very welcomed.
Installing on a web server to connect to a separate DB server.
Stuck on step 2 with error:
Attempting to attach to database
Error description: mysql_pconnect(): Access denied for user 'root'@'(webserver's IP)' (using password: YES) C:\SVN\web\forums\includes\class_core.php on line 313
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
The root user has full rights to the DB server. I even created a different account w/ full rights and tried it.
I tried switching to mysqli as well, but rec. error:
Error description: mysqli_real_connect(): (28000/1045): Access denied for user 'root'@'webserver's IP' (using password: YES) C:\SVN\web\forums\includes\class_core.php on line 1265
I uninstalled PHP and vB completely, and reinstalled them, and am still stuck at this step. I am officially out of ideas. I thought it might be the password hashing issue (even though my versions are newer), so I've also tried w/ the old passwords.
I used SVN to upload. Could that have negatively impacted this?
Any other ideas would be very welcomed.
Comment