4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: newdls on March 21, 2007, 09:12:08 PM

Title: new to 4image need help please!
Post by: newdls on March 21, 2007, 09:12:08 PM
Hi guys i am having a problem with installing 4 image i have filled out the form to install 4image then when i hit installation i get this error,
I am at my wits end pls someone help 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'perfecta'@'orlando.dnsdc4.com' (using password: YES) in /home/perfecta/public_html/4images/includes/db_mysql.php on line 39

An unexpected error occured. Please try again later.
 
Title: Re: new to 4image need help please!
Post by: Jenn on March 21, 2007, 09:57:42 PM
Just simply username and or password are incorrect. Be sure you are entering in the correct information.

If you are, it's possible your username doesnt have the proper permissions to create database tables.

Database Host = "localhost"
Databaes User Name = "myDbUserID"
Database User Password = "myDbPassword"
Database Name = "myDatabaseName"

Your MySQL user name can be different from the one you use for telnet, FTP, etc.

Title: Re: new to 4image need help please!
Post by: newdls on March 21, 2007, 10:10:08 PM
ive tried to create a database name but when i create user and passy and it gives me this 


Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:perfecta_4images:localhost","perfecta_admin","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "perfecta_admin", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("perfecta_4images");