One needs super user privs to do this, most commonly sudo is uesed to acheve this.
in order too Change the owner of the files.
sudo chown -R mysql:mysql /var/lib/mysql
Reboot Mysql for the changes
sudo service mysql restart
sudo chown -R mysql:mysql /var/lib/mysql
sudo service mysql restart