⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Error during installation



James Reid

James Reid
  • profile picture
  • Member

Posted 23 March 2015 - 23:08 PM

 Hi

 

I have tried going through the installation for grocery crud but I keep getting an error  Access denied for user 'db_user=u947657607_user1'@'10.2.1.47' (using password: YES). I have checked and my database credentials are correct. I will attach a screenshot.

 

 

[attachment=916:screen.PNG]

 

 

 


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 24 March 2015 - 19:06 PM

try connecting with the same credentials with a plain php program. If it dose - it should be able to connect from codeigniter also.

As - what i see from the SS - you are trying to make a remote connection - now this is a catch. The database server on the remote machine must be configured to accept connection from the machine / ip you are connecting to it. It that is not done - it will never be able to connect.

 

Please check for the same. It should be able to resolve the issue.