View Single Post
  #1  
Old 10-12-2010, 08:24 AM
Clyfia Clyfia is offline
Member
 
Join Date: Oct 2010
Posts: 4
Credits: 830
Clyfia
Default Error connecting to MySQL

Hello I have installed the adoptables script but just after the installation I can't log in, that''s why I get

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'clyfia'@'10.33.248.77' (using password: NO) in /home/clyfia/public_html/inc/functions.php on line 13
Error connecting to MySQL

There are already some topics about this but I can't figure out how to solve the problem and English isn't my native language.

I don't know what I should put there in the config

$dbhost = ' x10.mx'; //DB Hostname
$dbuser = ' clyfia'; //DB User
$dbpass = ***'; //DB Password
$dbname = ' adoptables'; //Your database name
$domain = ' ajabuisland.x10.mx'; //Your domain name (No http, www or . )
$scriptpath = ''; //The folder you installed this script in
$prefix = 'clyfia_';

The hosting is x10Hosting
but I don't now what I have to put I tried different things and it never works.

Can someone explain clearly what I have to write please :rolleyes:
Reply With Quote