Does WHMCS have any error logs anywhere for problems during installation?
I'm getting "Could not connect to the database - check the database connection details you entered and go back and correct them if necessary"
However I found the following scriptlet on this forum which confirms my login details are correct: "Connected to MySQL. Connected to Database"
<?php
mysql_connect("localhost", "mysqladminUsername", "mysqladminPassword") or die(mysql_error());
echo "Connected to MySQL<br />";
mysql_select_db("mysqlDatabase") or die(mysql_error());
echo "Connected to Database";
?>
Question
Zycon
Does WHMCS have any error logs anywhere for problems during installation?
I'm getting "Could not connect to the database - check the database connection details you entered and go back and correct them if necessary"
However I found the following scriptlet on this forum which confirms my login details are correct: "Connected to MySQL. Connected to Database"
Anything else I can try?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.