Jump to content

connection failed: SQLSTATE[28000] [1045] Access denied for user 'abhr428'@'loca


Ibshas25

Recommended Posts

config.php file

 

 

 

 

does the problem lie here it wont seem to connect to the database and gives me the code above

 

 

<?php

define( "DB_DSN", "mysql: host=vega.soi.city.ac.uk;dbname=abhr428");

define( "DB_USERNAME", "abhr428" );

define( "DB_PASSWORD", " i have taken password out" );

define( "PAGE_SIZE", 5 );

define( "TBL_USERS", "users" );

define( "TBL_ACCESS_LOG", "accesslog" );

?>

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.