Control Web Panel

WebPanel => MySQL => Topic started by: blackstar on December 23, 2016, 11:41:39 PM

Title: MySQL error
Post by: blackstar 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.

Title: Re: MySQL error
Post by: Sandeep on December 25, 2016, 08:00:58 AM
check mysql log file
Title: Re: MySQL error
Post by: vinceent on January 08, 2017, 11:52:01 AM
cd /var/lib/mysql/
and after delete this:  rm -rf tc.log
after:  service mysqld restart
Title: Re: MySQL error
Post by: Sandeep 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.