Verify all paths
service netdata stop
apt-get install python-mysqldb
ln -s /usr/lib/netdata/conf.d/python.d/mysql.conf /etc/netdata/python.d/mysql.conf
echo "mysql=force" >> /etc/netdata/charts.d.conf
ON MYSQL DO
CREATE USER 'netdata'@'localhost';
GRANT USAGE on *.* to 'netdata'@'localhost';
FLUSH PRIVILEGES;
exit
service netdata start