User Tools

Site Tools


fix_mysql_logrotate_error_on_jessie
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


fix_mysql_logrotate_error_on_jessie [2016/01/13 08:23] (current) – created admin
Line 1: Line 1:
 +<code> 
 +echo "SET PASSWORD FOR 'debian-sys-maint'@'localhost' = PASSWORD('`sudo cat /etc/mysql/debian.cnf | grep password | head -n 1 | awk -F= '{ gsub(/[ \t]+/, "", $2); print $2 }'`');" | mysql -u root -p 
 +</code>
fix_mysql_logrotate_error_on_jessie.txt · Last modified: 2016/01/13 08:23 by admin