I can see a DB error : <class '_mysql_exceptions.OperationalError'>: (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)")
args = (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)") message = ''
Which file contains the DB credentials so I can re-check it if that's the issue?
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I can see a DB error : <class '_mysql_exceptions.OperationalError'>: (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)")
args = (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)") message = ''
Which file contains the DB credentials so I can re-check it if that's the issue?
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I can see a DB error : <class '_mysql_exceptions.OperationalError'>: (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)")
args = (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)") message = ''
Which file contains the DB credentials so I can re-check it if that's the issue?
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
login to your Server and run the following command :
> mysql -u root -p
(now this will prompt for the mysql server password ) enter the password and u can login to the mysql , once you have logged in : write the following command :
> show databases;
this will return you the list of databases;
On Tuesday, 1 October 2013 12:42:01 UTC+3, Aditya Kumar wrote:
I can see a DB error : <class '_mysql_exceptions.OperationalError'>: (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)")
args = (1045, "Access denied for user 'erpnext'@'localhost' (using password: YES)") message = ''
Which file contains the DB credentials so I can re-check it if that's the issue?
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.