Author Topic: MySQL error  (Read 12271 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
MySQL error
« on: December 23, 2016, 11:41:39 PM »
Hi, I am getting this error. And now my sites are closed.
http://prntscr.com/dn956q
I updated mysql, but the sites are not open.
I want to get sql backup and it gives such an error.

mysqldump: Got error: 1045: Access denied for user 'user_HHyGtR'@'localhost' (using password: YES) when trying to conn                    ect

What should I do in this situation ?
thank you.


Offline
*****
Re: MySQL error
« Reply #1 on: December 25, 2016, 08:00:58 AM »
check mysql log file

Offline
*
Re: MySQL error
« Reply #2 on: January 08, 2017, 11:52:01 AM »
cd /var/lib/mysql/
and after delete this:  rm -rf tc.log
after:  service mysqld restart

Offline
*****
Re: MySQL error
« Reply #3 on: January 09, 2017, 03:27:36 PM »
cd /var/lib/mysql/
and after delete this:  rm -rf tc.log
after:  service mysqld restart
this is one of the reason but not everyone have the same issue.