Quote:
Originally Posted by Lynne
Are you sure your database login name and password are correct? This is usually different than your server login information.
|
It is different then my server login information.
I tried what "TheLastSuperman" said still same error, I also closed all windows after editing.
Any other ideas
--------------- Added [DATE]1242094014[/DATE] at [TIME]1242094014[/TIME] ---------------
Quote:
Originally Posted by wolfstream
config.php doesn't usually have to be overwritten at all. There are times when it changes, but those are usually only major releases (ie: vb3, vb4, etc).
If you're using cpanel (many are), you can assign another username and password to the database inside the control panel itself, this may help relieve the situation
|
I can't get into the cpanel at all, I get the Database Error page
Quote:
Database Error Database error
The database has encountered a problem.
Please try the following:
* Load the page again by clicking the Refresh button in your web browser.
* Open the mx-6.ca home page, then try to open another page.
* Click the Back button to try another link.
The mx-6.ca forum technical staff have been notified of the error, though you may contact them if the problem persists.
We apologise for any inconvenience.
|
--------------- Added [DATE]1242094081[/DATE] at [TIME]1242094081[/TIME] ---------------
Oh, and my host is
www.Servage.net
I can add MySQL databases inside there myself as well.
--------------- Added [DATE]1242094747[/DATE] at [TIME]1242094747[/TIME] ---------------
I'll add this as well, line 311 of the class_core.php file is as follows
Quote:
$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);
|