Author Topic: new to 4image need help please!  (Read 4797 times)

0 Members and 1 Guest are viewing this topic.

Offline newdls

  • Newbie
  • *
  • Posts: 33
    • View Profile
new to 4image need help please!
« 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.
 

Offline Jenn

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Re: new to 4image need help please!
« Reply #1 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.


Offline newdls

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: new to 4image need help please!
« Reply #2 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");