Installation, Configuration, & Upgrades  :: 
Need some Help !!!!!!!1
 Top

  • I tried to do a new install everything seems to go well, nut then this appears

    Warning: mysql_pconnect(): Access denied for user: 'eco-tech@orion.grafix-is.com' (Using password: YES) in /opt/content/eco-tech.nl/teenmania.nl/install/newinstall.php on line 37

    Warning: mysql_query(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /opt/content/eco-tech.nl/teenmania.nl/install/newinstall.php on line 38

    Warning: mysql_query(): A link to the server could not be established in /opt/content/eco-tech.nl/teenmania.nl/install/newinstall.php on line 38
    Unable to make database


    can some one help me,

    regards Raquel
  • Fix your database connection information in config.php. If the user name and password are in plain text, make sure that the encoded is set to 0.
  • I did that but doesn`t work, still got the same mistake,

    $pnconfig['dbtype'] = 'mysql';
    $pnconfig['dbtabletype'] = 'MyISAM';
    $pnconfig['dbhost'] = '************';
    $pnconfig['dbuname'] = '*************';
    $pnconfig['dbpass'] = '*********';
    $pnconfig['dbname'] = '*********';
    $pnconfig['system'] = '0';
    $pnconfig['prefix'] = 'nuke';
    $pnconfig['encoded'] = '0';

    what is next ?

    Raquel Somers

    --
    mmmmhhh just another day
  • ..missing a line in your config possibly.. pconnect() is for persistant connections to mySQL..

    make sure this line is in your config.php:

    $pnconfig['pconnect'] = '0';

    $pnconfig['system'] should also be set to '1' if it's a windows system..

    --
    http://www.invalidresponse.com
  • Thnxx for all the help, but still the same, think i`m going tooooo cry,

    $pnconfig['dbtype'] = 'mysql';
    $pnconfig['dbtabletype'] = 'MyISAM';
    $pnconfig['dbhost'] = '**************';
    $pnconfig['dbuname'] = '*******';
    $pnconfig['dbpass'] = '*******';
    $pnconfig['dbname'] = '********';
    $pnconfig['system'] = '0';
    $pnconfig['prefix'] = 'nuke';
    $pnconfig['encoded'] = '0';
    $pnconfig['pconnect'] = '0';

    So what`s next........

    --
    mmmmhhh just another day
  • Is your host, username, password and database name all correct?
  • Yes they sure are !

    Raquel Somers

    --
    mmmmhhh just another day
  • I just went through the install process on your site (hope you don't mind, but I figured you'd welcome the help) and saw this:

    Quote

    Error (1045) : Access denied for user: 'eco-tech@orion.grafix-is.com' (Using password: YES)


    Looks like you're using the wrong username or password.
This list is based on the users active over the last 60 minutes.