Hello
After Install wordpress on my VPS and try change ownership of all Wordpress files ( entire public_html folder ) to `admin` i accidenally change phpMyAdmin folder owner ship from root to admin ..know i change it back to root buy i get below error when try access phpmyadmin from browser
304 Forbidden
You don't have permission to access this resource.
Use this command to make phpMyAdmin use group back to root :
sudo chown -R root:root ./phpMyAdmin-4.9.0.1-all-languages
After Install wordpress on my VPS and try change ownership of all Wordpress files ( entire public_html folder ) to `admin` i accidenally change phpMyAdmin folder owner ship from root to admin ..know i change it back to root buy i get below error when try access phpmyadmin from browser
304 Forbidden
You don't have permission to access this resource.
Use this command to make phpMyAdmin use group back to root :
sudo chown -R root:root ./phpMyAdmin-4.9.0.1-all-languages