Quote
Unable to select MySQL database
1044 : Access denied for user 'swerdna_myname'@'localhost' to database 'swerdna_mydbase'
Quote
Welcome to PHPFusion setup
Write permissions check passed
Please complete the following form and click Next.
Database access settings
Database Hostname: localhost
Database Username: siteuser_myname
Database Password: mypass
Database Name: siteuser_mydbase
Table Prefix: fusion_
<?php
// database settings
$db_host="localhost";
$db_user="siteuser_myname";
$db_pass="mypass";
$db_name="siteuser_mydbase";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_");
?>
Quote
SiLTuX wrote:
You have to add the user to the database ...
Go to your Cpanel, then to MySQL® Databases, there you have Add Users To Your Databases: ... select the user you want from the list , selecte the databse you want from the list ... check the ALL boxe and then click the "Add user to database" button
Quote
Current Databases: siteuser_mydbase
Users in mydbase
siteuser_myname (Privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:siteuser_mydbase:localhost","siteuser_myname","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "siteuser_myname", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("siteuser_mydbase");
Quote
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@yoursite.net.au and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at www.yoursite.net.au Port 80
Quote
SiLTuX wrote:
This i don't know why ... try deleteing your .htaccess form public_html ... and then try accesing the setup.php file.
Quote
you will need to CHMOD the following files & folders to 777:
* administration/db_backups/
* images/
* images/imagelist.js
* images/articles/
* images/avatars/
* images/news/
* images/news_cats/
* images/photoalbum/
* images/photoalbum/submissions/
* forum/attachments/
* config.php
Quote
SiLTuX wrote:
It's ok ...
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions